resource_gateway_tags
Expands all tag keys and values for resource_gateways
in a region
Overview
Name | resource_gateway_tags |
Type | Resource |
Description | Creates a resource gateway for a service. |
Id | aws.vpclattice.resource_gateway_tags |
Fields
Name | Datatype | Description |
---|---|---|
ip_address_type | string | |
vpc_identifier | string | |
id | string | |
arn | string | |
subnet_ids | array | The ID of one or more subnets in which to create an endpoint network interface. |
security_group_ids | array | The ID of one or more security groups to associate with the endpoint network interface. |
name | string | |
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 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