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