service
Gets an individual service
resource
Overview
Name | service |
Type | Resource |
Description | service |
Id | awscc.vpclattice.service |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
auth_type | string | |
created_at | string | |
dns_entry | object | |
id | string | |
last_updated_at | string | |
name | string | |
status | string | |
certificate_arn | string | |
custom_domain_name | string | |
tags | array | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
auth_type,
created_at,
dns_entry,
id,
last_updated_at,
name,
status,
certificate_arn,
custom_domain_name,
tags
FROM awscc.vpclattice.service
WHERE data__Identifier = '<Arn>';
Permissions
To operate on the service
resource, the following permissions are required:
Read
vpc-lattice:GetService,
vpc-lattice:ListTagsForResource
Update
vpc-lattice:UpdateService,
vpc-lattice:TagResource,
vpc-lattice:UntagResource,
vpc-lattice:GetService,
vpc-lattice:ListTagsForResource
Delete
vpc-lattice:DeleteService,
vpc-lattice:GetService