Skip to main content

rules_list_only

Lists rules in a region or regions, for all properties use rules

Overview

Namerules_list_only
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.rules_list_only

Fields

NameDatatypeDescription
actionobject
arnstring
idstring
listener_identifierstring
matchobject
namestring
priorityinteger
service_identifierstring
tagsarray
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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