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::AutomatedReasoningPolicy PolicyDefinitionRule
A rule within the policy definition that defines logical constraints.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AlternateExpression" :String, "Expression" :String, "Id" :String}
YAML
AlternateExpression:StringExpression:StringId:String
Properties
- AlternateExpression
- 
                    An alternative expression for the policy rule. Required: No Type: String Pattern: ^[\s\S]+$Maximum: 2048Update requires: No interruption 
- Expression
- 
                    The logical expression that defines the rule. Required: Yes Type: String Pattern: ^[\s\S]+$Maximum: 2048Update requires: No interruption 
- Id
- 
                    The unique identifier for the policy definition rule. Required: Yes Type: String Pattern: ^[A-Z][0-9A-Z]{11}$Minimum: 12Maximum: 12Update requires: No interruption