This is the new AWS 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 AWS 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