Skip to main content

resource_configuration_tags

Expands all tag keys and values for resource_configurations in a region

Overview

Nameresource_configuration_tags
TypeResource
DescriptionVpcLattice ResourceConfiguration CFN resource
Idaws.vpclattice.resource_configuration_tags

Fields

NameDatatypeDescription
allow_association_to_sharable_service_networkboolean
protocol_typestring
resource_configuration_typestring
port_rangesarray
resource_configuration_definitionobject
idstring
resource_gateway_idstring
arnstring
resource_configuration_auth_typestring
resource_configuration_group_idstring
namestring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all resource_configurations in a region.

SELECT
region,
allow_association_to_sharable_service_network,
protocol_type,
resource_configuration_type,
port_ranges,
resource_configuration_definition,
id,
resource_gateway_id,
arn,
resource_configuration_auth_type,
resource_configuration_group_id,
name,
tag_key,
tag_value
FROM aws.vpclattice.resource_configuration_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the resource_configuration_tags resource, see resource_configurations