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 PolicyDefinitionVariable
A variable defined within the policy that can be used in rules.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Description" :String, "Name" :String, "Type" :String}
YAML
Description:StringName:StringType:String
Properties
- Description
- 
                    A description of a variable defined in the policy. Required: Yes Type: String Pattern: ^[\s\S]+$Maximum: 1024Update requires: No interruption 
- Name
- 
                    The name of a variable defined in the policy. Required: Yes Type: String Pattern: ^[A-Za-z][A-Za-z0-9_]+$Minimum: 1Maximum: 64Update requires: No interruption 
- Type
- 
                    The data type of a variable defined in the policy. Required: Yes Type: String Pattern: ^[A-Za-z][A-Za-z0-9_]+$Minimum: 1Maximum: 64Update requires: No interruption