aws.workspaces.describe_application_associations
Example SQL Queries
SELECT * FROMaws.workspaces.describe_application_associationsWHERE"application_id" = 'VALUE'AND "associated_resource_types" = 'VALUE';Description
Describes the associations between the application and the specified associated resources.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_id Required Input Column The identifier of the specified application. | VARCHAR |
| associated_resource_types Required Input Column The resource type of the associated resources. | VARCHAR[] |
Show child fields
| |
| max_results Input Column The maximum number of associations to return. | BIGINT |
| next_token Input Column If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| associations List of associations and information about them. | STRUCT( |
Show child fields
| |