rules_list_only
Lists rules
in a region or regions, for all properties use rules
Overview
Name | rules_list_only |
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.rules_list_only |
Fields
Name | Datatype | Description |
---|---|---|
action | object | |
arn | string | |
id | string | |
listener_identifier | string | |
match | object | |
name | string | |
priority | integer | |
service_identifier | string | |
tags | array | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all rules
in a region.
SELECT
region,
arn
FROM aws.vpclattice.rules_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the rules_list_only
resource, see rules