aws.appintegrations.list_application_associations
Example SQL Queries
SELECT * FROMaws.appintegrations.list_application_associationsWHERE"application_id" = 'VALUE';Description
Returns a paginated list of application associations for an application.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_id Required Input Column A unique identifier for the Application. | 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
| |
| application_arn The Amazon Resource Name (ARN) of the Application. | VARCHAR |
| application_association_arn The Amazon Resource Name (ARN) of the Application Association. | VARCHAR |
| client_id The identifier for the client that is associated with the Application Association. | VARCHAR |