resource_configuration_tags
Expands all tag keys and values for resource_configurations
in a region
Overview
Name | resource_configuration_tags |
Type | Resource |
Description | VpcLattice ResourceConfiguration CFN resource |
Id | aws.vpclattice.resource_configuration_tags |
Fields
Name | Datatype | Description |
---|---|---|
allow_association_to_sharable_service_network | boolean | |
protocol_type | string | |
resource_configuration_type | string | |
port_ranges | array | |
resource_configuration_definition | object | |
id | string | |
resource_gateway_id | string | |
arn | string | |
resource_configuration_auth_type | string | |
resource_configuration_group_id | string | |
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_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