aws.chime.list_app_instance_admins
Example SQL Queries
SELECT * FROMaws.chime.list_app_instance_adminsWHERE"app_instance_arn" = 'VALUE';Description
Returns a list of the administrators in the AppInstance.
This API is is no longer supported and will not be updated. We recommend using the latest version, ListAppInstanceAdmins, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
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
| |