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 PolicyDefinitionTypeValue
A value associated with a custom type in the policy definition.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Description" :
String
, "Value" :String
}
YAML
Description:
String
Value:String
Properties
Description
-
A description of the policy definition type value.
Required: No
Type: String
Pattern:
^[\s\S]+$
Maximum:
1024
Update requires: No interruption
Value
-
The value associated with a policy definition type.
Required: Yes
Type: String
Pattern:
^[A-Za-z][A-Za-z0-9_]+$
Minimum:
1
Maximum:
64
Update requires: No interruption