aws.workspaces.describe_workspace_image_permissions
Example SQL Queries
SELECT * FROMaws.workspaces.describe_workspace_image_permissionsWHERE"image_id" = 'VALUE';Description
Describes the permissions that the owner of an image has granted to other Amazon Web Services accounts for an image.
Table Definition
| Column Name | Column Data Type |
|---|---|
| image_id Required Input Column The identifier of the image. | VARCHAR |
| max_results Input Column The maximum number of items to return. | BIGINT |
| next_token Input Column The token to use to retrieve the next page of results. This value is null when there are no more results to return. | 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 |
| image_permissions The identifiers of the Amazon Web Services accounts that the image has been shared with. | STRUCT( |
Show child fields
| |