rule_tags
Expands all tag keys and values for rules
in a region
Overview
Name | rule_tags |
Type | Resource |
Description | Creates 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. |
Id | aws.vpclattice.rule_tags |
Fields
Name | Datatype | Description |
---|---|---|
action | object | |
arn | string | |
id | string | |
listener_identifier | string | |
match | object | |
name | string | |
priority | integer | |
service_identifier | 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 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