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 Action
An action to take when a gateway rule's conditions are met.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "ConfigurationBundle" :ConfigurationBundleAction, "RouteToTarget" :RouteToTargetAction}
Properties
ConfigurationBundle-
An action that applies a configuration bundle override to the request.
Required: No
Type: ConfigurationBundleAction
Update requires: No interruption
RouteToTarget-
An action that routes the request to a specific target.
Required: No
Type: RouteToTargetAction
Update requires: No interruption