Skip to main content

resource_gateway_tags

Expands all tag keys and values for resource_gateways in a region

Overview

Nameresource_gateway_tags
TypeResource
DescriptionCreates a resource gateway for a service.
Idaws.vpclattice.resource_gateway_tags

Fields

NameDatatypeDescription
ip_address_typestring
vpc_identifierstring
idstring
arnstring
subnet_idsarrayThe ID of one or more subnets in which to create an endpoint network interface.
security_group_idsarrayThe ID of one or more security groups to associate with the endpoint network interface.
namestring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all resource_gateways in a region.

SELECT
region,
ip_address_type,
vpc_identifier,
id,
arn,
subnet_ids,
security_group_ids,
name,
tag_key,
tag_value
FROM aws.vpclattice.resource_gateway_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the resource_gateway_tags resource, see resource_gateways