aws.chime.get_account
Example SQL Queries
SELECT * FROMaws.chime.get_accountWHERE"account_id" = 'VALUE';Description
Retrieves details for the specified Amazon Chime account, such as account type and supported licenses.
Table Definition
| Column Name | Column Data Type |
|---|---|
| account_id Required Input Column The Amazon Chime account ID. | VARCHAR |
| _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
| |
| account The Amazon Chime account details. | STRUCT( |
Show child fields
| |