AWS::Bedrock::AutomatedReasoningPolicy PolicyDefinition - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 }

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