Skip to main content

rule

Gets an individual rule resource

Overview

Namerule
TypeResource
Descriptionrule
Idawscc.vpclattice.rule

Fields

NameDatatypeDescription
actionobject
arnstring
idstring
listener_identifierstring
matchobject
namestring
priorityinteger
service_identifierstring
tagsarray
regionstringAWS 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