aws.workspaces.describe_image_associations
Example SQL Queries
SELECT * FROMaws.workspaces.describe_image_associationsWHERE"image_id" = 'VALUE'AND "associated_resource_types" = 'VALUE';Description
Describes the associations between the applications and the specified image.
Table Definition
| Column Name | Column Data Type |
|---|---|
| associated_resource_types Required Input Column The resource types of the associated resource. | VARCHAR[] |
Show child fields
| |
| image_id Required Input Column The identifier of the image. | 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 information about the specified associations. | STRUCT( |
Show child fields
| |