aws.imagebuilder.list_image_packages
Example SQL Queries
SELECT * FROMaws.imagebuilder.list_image_packagesWHERE"image_build_version_arn" = 'VALUE';Description
List the Packages that are associated with an Image Build Version, as determined by Amazon Web Services Systems Manager Inventory at build time.
Table Definition
| Column Name | Column Data Type |
|---|---|
| image_build_version_arn Required Input Column Filter results for the ListImagePackages request by the Image Build Version ARN | VARCHAR |
| max_results Input Column The maximum items to return in a request. | BIGINT |
| next_token Input Column The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects. | 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
| |
| image_package_list The list of Image Packages returned in the response. | STRUCT( |
Show child fields
| |
| request_id The request ID that uniquely identifies this request. | VARCHAR |