containers_list_only
Lists containers
in a region or regions, for all properties use containers
Overview
Name | containers_list_only |
Type | Resource |
Description | Resource Type definition for AWS::Lightsail::Container |
Id | aws.lightsail.containers_list_only |
Fields
Name | Datatype | Description |
---|---|---|
service_name | string | The name for the container service. |
power | string | The power specification for the container service. |
container_arn | string | |
scale | integer | The scale specification for the container service. |
public_domain_names | array | The public domain names to use with the container service, such as example.com and www.example.com. |
container_service_deployment | object | Describes a container deployment configuration of an Amazon Lightsail container service. |
is_disabled | boolean | A Boolean value to indicate whether the container service is disabled. |
private_registry_access | object | A Boolean value to indicate whether the container service has access to private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories. |
url | string | The publicly accessible URL of the container service. |
principal_arn | string | The principal ARN of the container service. |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all containers
in a region.
SELECT
region,
service_name
FROM aws.lightsail.containers_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the containers_list_only
resource, see containers