aws.workspaces.describe_account_modifications
Example SQL Queries
SELECT * FROMaws.workspaces.describe_account_modifications;Description
Retrieves a list that describes modifications to the configuration of Bring Your Own License (BYOL) for the specified 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 |
| dedicated_tenancy_management_cidr_range The IP address range, specified as an IPv4 CIDR block, for the management network interface used for the account. | VARCHAR |
| dedicated_tenancy_support The status of BYOL (whether BYOL is being enabled or disabled). | VARCHAR |
| error_code The error code that is returned if the configuration of BYOL cannot be modified. | VARCHAR |
| error_message The text of the error message that is returned if the configuration of BYOL cannot be modified. | VARCHAR |
| modification_state The state of the modification to the configuration of BYOL. | VARCHAR |
| start_time The timestamp when the modification of the BYOL configuration was started. | TIMESTAMP_S |