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