AWS::Bedrock::Guardrail AutomatedReasoningPolicyConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon 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