rules
Retrieves a list of rules
in a region
Overview
Name | rules |
Type | Resource |
Description | rules |
Id | awscc.vpclattice.rules |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn
FROM awscc.vpclattice.rules
WHERE region = 'us-east-1'
Permissions
To operate on the rules
resource, the following permissions are required:
Create
vpc-lattice:CreateRule,
vpc-lattice:GetRule,
vpc-lattice:ListTagsForResource,
vpc-lattice:TagResource
List
vpc-lattice:ListRules