This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::BedrockAgentCore::GatewayRule
Creates a rule for a gateway. Rules define conditions and actions that control how requests are routed and processed through the gateway, including principal-based access control and path-based routing.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::BedrockAgentCore::GatewayRule", "Properties" : { "Actions" :[ Action, ... ], "Conditions" :[ Condition, ... ], "Description" :String, "GatewayIdentifier" :String, "Priority" :Number} }
YAML
Type: AWS::BedrockAgentCore::GatewayRule Properties: Actions:- ActionConditions:- ConditionDescription:StringGatewayIdentifier:StringPriority:Number
Properties
ActionsProperty description not available.
Required: Yes
Type: Array of Action
Minimum:
1Maximum:
2Update requires: No interruption
ConditionsProperty description not available.
Required: No
Type: Array of Condition
Minimum:
0Maximum:
2Update requires: No interruption
DescriptionProperty description not available.
Required: No
Type: String
Minimum:
1Maximum:
256Update requires: No interruption
GatewayIdentifierProperty description not available.
Required: No
Type: String
Pattern:
^([0-9a-z][-]?){1,100}-[0-9a-z]{10}$Update requires: Replacement
PriorityProperty description not available.
Required: Yes
Type: Number
Minimum:
1Maximum:
1000000Update requires: No interruption
Return values
Ref
Fn::GetAtt
CreatedAtProperty description not available.
GatewayArnProperty description not available.
RuleIdProperty description not available.
StatusProperty description not available.
UpdatedAtProperty description not available.