aws.chime_sdk_identity.list_app_instance_admins
Example SQL Queries
SELECT * FROMaws.chime_sdk_identity.list_app_instance_adminsWHERE"app_instance_arn" = 'VALUE';Description
Returns a list of the administrators in the AppInstance.
Table Definition
| Column Name | Column Data Type |
|---|---|
| app_instance_arn Required Input Column The ARN of the AppInstance. | VARCHAR |
| max_results Input Column The maximum number of administrators that you want to return. | BIGINT |
| next_token Input Column The token returned from previous API requests until the number of administrators is reached. | 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
| |
| app_instance_admins The information for each administrator. | STRUCT( |
Show child fields
| |