rule
Gets an individual rule
resource
Overview
Name | rule |
Type | Resource |
Description | rule |
Id | awscc.vpclattice.rule |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
action,
arn,
id,
listener_identifier,
match,
name,
priority,
service_identifier,
tags
FROM awscc.vpclattice.rule
WHERE data__Identifier = '<Arn>';
Permissions
To operate on the rule
resource, the following permissions are required:
Read
vpc-lattice:GetRule,
vpc-lattice:ListTagsForResource
Update
vpc-lattice:UpdateRule,
vpc-lattice:GetRule,
vpc-lattice:TagResource,
vpc-lattice:UntagResource
Delete
vpc-lattice:DeleteRule