GetServiceSettings
Source:
src/AWS/LicenseManager/GetServiceSettings.ts
Runtime binding for license-manager:GetServiceSettings — read the
account’s License Manager settings (S3 report bucket, SNS alert topic,
organization integration).
Provide the implementation with
Effect.provide(AWS.LicenseManager.GetServiceSettingsHttp).
Resource Inventory and Specifications
Section titled “Resource Inventory and Specifications”// initconst getServiceSettings = yield* AWS.LicenseManager.GetServiceSettings();
// runtimeconst { SnsTopicArn, EnableCrossAccountsDiscovery } = yield* getServiceSettings();