Skip to main content

service_network_tags

Expands all tag keys and values for service_networks in a region

Overview

Nameservice_network_tags
TypeResource
DescriptionA service network is a logical boundary for a collection of services. You can associate services and VPCs with a service network.
Idaws.vpclattice.service_network_tags

Fields

NameDatatypeDescription
arnstring
created_atstring
idstring
last_updated_atstring
namestring
auth_typestring
sharing_configobject
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all service_networks in a region.

SELECT
region,
arn,
created_at,
id,
last_updated_at,
name,
auth_type,
sharing_config,
tag_key,
tag_value
FROM aws.vpclattice.service_network_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the service_network_tags resource, see service_networks