AWS::Bedrock::AutomatedReasoningPolicy PolicyDefinition - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 CloudFormation template, use the following syntax:

JSON

{ "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