services
Retrieves a list of services
in a region
Overview
Name | services |
Type | Resource |
Description | services |
Id | awscc.ecs.services |
Fields
Name | Datatype | Description |
---|---|---|
service_arn | string | |
cluster | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
service_arn,
cluster
FROM awscc.ecs.services
WHERE region = 'us-east-1'
Permissions
To operate on the services
resource, the following permissions are required:
Create
ecs:CreateService,
ecs:DescribeServices,
iam:PassRole,
ecs:TagResource
List
ecs:DescribeServices,
ecs:ListClusters,
ecs:ListServices