aws.license_manager.get_service_settings
Example SQL Queries
SELECT * FROMaws.license_manager.get_service_settings;Description
Gets the License Manager settings for the current Region.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| enable_cross_accounts_discovery Indicates whether cross-account discovery is enabled. | BOOLEAN |
| license_manager_resource_share_arn Amazon Resource Name (ARN) of the resource share. The License Manager management account provides member accounts with access to this share. | VARCHAR |
| organization_configuration Indicates whether Organizations is integrated with License Manager for cross-account discovery. | STRUCT( |
Show child fields
| |
| s3_bucket_arn Regional S3 bucket path for storing reports, license trail event data, discovery data, and so on. | VARCHAR |
| sns_topic_arn SNS topic configured to receive notifications from License Manager. | VARCHAR |