AWS::VpcLattice::Rule Action
Describes the action for a rule.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "FixedResponse" :
FixedResponse
, "Forward" :Forward
}
YAML
FixedResponse:
FixedResponse
Forward:Forward
Properties
FixedResponse
-
The fixed response action. The rule returns a custom HTTP response.
Required: No
Type: FixedResponse
Update requires: No interruption
Forward
-
The forward action. Traffic that matches the rule is forwarded to the specified target groups.
Required: No
Type: Forward
Update requires: No interruption