aws.lightsail.get_container_images
Example SQL Queries
SELECT * FROMaws.lightsail.get_container_imagesWHERE"service_name" = 'VALUE';Description
Returns the container images that are registered to your Amazon Lightsail container service.
If you created a deployment on your Lightsail container service that uses container images from a public registry like Docker Hub, those images are not returned as part of this action. Those images are not registered to your Lightsail container service.
Table Definition
| Column Name | Column Data Type |
|---|---|
| service_name Required Input Column The name of the container service for which to return registered container images. | 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 |
| container_images An array of objects that describe container images that are registered to the container service. | STRUCT( |
Show child fields
| |