service_network_tags
Expands all tag keys and values for service_networks
in a region
Overview
Name | service_network_tags |
Type | Resource |
Description | A service network is a logical boundary for a collection of services. You can associate services and VPCs with a service network. |
Id | aws.vpclattice.service_network_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
created_at | string | |
id | string | |
last_updated_at | string | |
name | string | |
auth_type | string | |
sharing_config | object | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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