aws.appfabric.list_app_authorizations
Example SQL Queries
SELECT * FROMaws.appfabric.list_app_authorizationsWHERE"app_bundle_identifier" = 'VALUE';Description
Returns a list of all app authorizations configured for an app bundle.
Table Definition
| Column Name | Column Data Type |
|---|---|
| app_bundle_identifier Required Input Column The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request. | 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 The name of the application. | VARCHAR |
| app_authorization_arn The Amazon Resource Name (ARN) of the app authorization. | VARCHAR |
| app_bundle_arn The Amazon Resource Name (ARN) of the app bundle for the app authorization. | VARCHAR |
| status The state of the app authorization. The following states are possible:
| VARCHAR |
| tenant Contains information about an application tenant, such as the application display name and identifier. | STRUCT( |
Show child fields
| |
| updated_at Timestamp for when the app authorization was last updated. | TIMESTAMP_S |