AWS::Bedrock::Guardrail AutomatedReasoningPolicyConfig - 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::Bedrock::Guardrail AutomatedReasoningPolicyConfig

Configuration settings for integrating Automated Reasoning policies with Amazon Bedrock Guardrails.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "ConfidenceThreshold" : Number, "Policies" : [ String, ... ] }

YAML

ConfidenceThreshold: Number Policies: - String

Properties

ConfidenceThreshold

The minimum confidence level required for Automated Reasoning policy violations to trigger guardrail actions. Values range from 0.0 to 1.0.

Required: No

Type: Number

Minimum: 0

Maximum: 1

Update requires: No interruption

Policies

The list of Automated Reasoning policy ARNs that should be applied as part of this guardrail configuration.

Required: Yes

Type: Array of String

Minimum: 15 | 1

Maximum: 2048 | 2

Update requires: No interruption