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 PolicyDefinition
The complete policy definition containing rules, variables, and types.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Rules" :
[ PolicyDefinitionRule, ... ]
, "Types" :[ PolicyDefinitionType, ... ]
, "Variables" :[ PolicyDefinitionVariable, ... ]
, "Version" :String
}
YAML
Rules:
- PolicyDefinitionRule
Types:- PolicyDefinitionType
Variables:- PolicyDefinitionVariable
Version:String
Properties
Rules
-
The collection of rules that define the policy logic.
Required: No
Type: Array of PolicyDefinitionRule
Maximum:
500
Update requires: No interruption
Types
-
The custom types defined within the policy definition.
Required: No
Type: Array of PolicyDefinitionType
Maximum:
50
Update requires: No interruption
Variables
-
The variables used within the policy definition.
Required: No
Type: Array of PolicyDefinitionVariable
Maximum:
200
Update requires: No interruption
Version
-
The version of the policy definition.
Required: No
Type: String
Update requires: No interruption