aws.license_manager_linux_subscriptions.get_service_settings
Example SQL Queries
SELECT * FROMaws.license_manager_linux_subscriptions.get_service_settings;Description
Lists the Linux subscriptions service settings for your account.
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 |
| home_regions The Region in which License Manager displays the aggregated data for Linux subscriptions. | VARCHAR[] |
Show child fields
| |
| linux_subscriptions_discovery Lists if discovery has been enabled for Linux subscriptions. | VARCHAR |
| linux_subscriptions_discovery_settings Lists the settings defined for Linux subscriptions discovery. The settings include if Organizations integration has been enabled, and which Regions data will be aggregated from. | STRUCT( |
Show child fields
| |
| status Indicates the status of Linux subscriptions settings being applied. | VARCHAR |
| status_message A message which details the Linux subscriptions service settings current status. | MAP(VARCHAR, VARCHAR) |