aws.appfabric.get_app_authorization
Example SQL Queries
SELECT * FROMaws.appfabric.get_app_authorizationWHERE"app_bundle_identifier" = 'VALUE'AND "app_authorization_identifier" = 'VALUE';Description
Returns information about an app authorization.
Table Definition
| Column Name | Column Data Type |
|---|---|
| app_authorization_identifier Required Input Column The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use for the request. | VARCHAR |
| 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_authorization Contains information about an app authorization. | STRUCT( |
Show child fields
| |