aws.chime_sdk_identity.describe_app_instance_admin
Example SQL Queries
SELECT * FROMaws.chime_sdk_identity.describe_app_instance_adminWHERE"app_instance_admin_arn" = 'VALUE'AND "app_instance_arn" = 'VALUE';Description
Returns the full details of an AppInstanceAdmin.
Table Definition
| Column Name | Column Data Type |
|---|---|
| app_instance_admin_arn Required Input Column The ARN of the AppInstanceAdmin. | VARCHAR |
| app_instance_arn Required Input Column The ARN of the AppInstance. | 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_admin The ARN and name of the AppInstanceUser, the ARN of the AppInstance, and the created and last-updated timestamps. All timestamps use epoch milliseconds. | STRUCT( |
Show child fields
| |