Skip to main content

service_tags

Expands all tag keys and values for services in a region

Overview

Nameservice_tags
TypeResource
DescriptionA service is any software application that can run on instances containers, or serverless functions within an account or virtual private cloud (VPC).
Idaws.vpclattice.service_tags

Fields

NameDatatypeDescription
arnstring
auth_typestring
created_atstring
dns_entryobject
idstring
last_updated_atstring
namestring
statusstring
certificate_arnstring
custom_domain_namestring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all services in a region.

SELECT
region,
arn,
auth_type,
created_at,
dns_entry,
id,
last_updated_at,
name,
status,
certificate_arn,
custom_domain_name,
tag_key,
tag_value
FROM aws.vpclattice.service_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the service_tags resource, see services