Skip to main content

rule_tags

Expands all tag keys and values for rules in a region

Overview

Namerule_tags
TypeResource
DescriptionCreates a listener rule. Each listener has a default rule for checking connection requests, but you can define additional rules. Each rule consists of a priority, one or more actions, and one or more conditions.
Idaws.vpclattice.rule_tags

Fields

NameDatatypeDescription
actionobject
arnstring
idstring
listener_identifierstring
matchobject
namestring
priorityinteger
service_identifierstring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all rules in a region.

SELECT
region,
action,
arn,
id,
listener_identifier,
match,
name,
priority,
service_identifier,
tag_key,
tag_value
FROM aws.vpclattice.rule_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the rule_tags resource, see rules