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:NumberPolicies:- 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:
0Maximum:
1Update 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 | 1Maximum:
2048 | 2Update requires: No interruption