Skip to main content

service

Gets an individual service resource

Overview

Nameservice
TypeResource
Descriptionservice
Idawscc.vpclattice.service

Fields

NameDatatypeDescription
arnstring
auth_typestring
created_atstring
dns_entryobject
idstring
last_updated_atstring
namestring
statusstring
certificate_arnstring
custom_domain_namestring
tagsarray
regionstringAWS 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