services
Retrieves a list of services
in a region
Overview
Name | services |
Type | Resource |
Description | services |
Id | awscc.vpclattice.services |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn
FROM awscc.vpclattice.services
WHERE region = 'us-east-1'
Permissions
To operate on the services
resource, the following permissions are required:
Create
vpc-lattice:CreateService,
vpc-lattice:GetService,
vpc-lattice:ListTagsForResource,
vpc-lattice:TagResource,
acm:DescribeCertificate,
acm:ListCertificates,
iam:CreateServiceLinkedRole
List
vpc-lattice:ListServices