containers
Retrieves a list of containers
in a region
Overview
Name | containers |
Type | Resource |
Description | containers |
Id | awscc.lightsail.containers |
Fields
Name | Datatype | Description |
---|---|---|
service_name | string | The name for the container service. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
service_name
FROM awscc.lightsail.containers
WHERE region = 'us-east-1'
Permissions
To operate on the containers
resource, the following permissions are required:
Create
lightsail:CreateContainerService,
lightsail:CreateContainerServiceDeployment,
lightsail:GetContainerServices,
lightsail:TagResource,
lightsail:UntagResource,
lightsail:UpdateContainerService
List
lightsail:GetContainerServices