aws.appstream.describe_image_permissions
Example SQL Queries
SELECT * FROMaws.appstream.describe_image_permissionsWHERE"name" = 'VALUE';Description
Retrieves a list that describes the permissions for shared AWS account IDs on a private image that you own.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Required Input Column The name of the private image. | VARCHAR |
| max_results Input Column The maximum size of each page of results. | BIGINT |
| next_token Input Column The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null. | VARCHAR |
| shared_aws_account_ids Input Column The 12-digit identifier of one or more AWS accounts with which the image is shared. | VARCHAR[] |
Show child fields
| |
| _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
| |
| shared_image_permissions_list The permissions for a private image that you own. | STRUCT( |
Show child fields
| |