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