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::Gateway WafConfiguration
The AWS WAF configuration for the gateway. This configuration controls how the gateway behaves when the associated web ACL cannot be evaluated.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "FailureMode" :String}
YAML
FailureMode:String
Properties
FailureMode-
The failure mode that determines how the gateway handles requests when AWS WAF is unreachable or times out. Valid values include:
-
FAIL_CLOSE- The gateway blocks requests when AWS WAF cannot be evaluated. -
FAIL_OPEN- The gateway allows requests when AWS WAF cannot be evaluated.
Required: No
Type: String
Allowed values:
FAIL_CLOSE | FAIL_OPENUpdate requires: No interruption
-