AWS::BedrockAgentCore::Gateway WafConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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_OPEN

Update requires: No interruption