AWS::Bedrock::AutomatedReasoningPolicy PolicyDefinitionRule - 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 PolicyDefinitionRule

A rule within the policy definition that defines logical constraints.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "AlternateExpression" : String, "Expression" : String, "Id" : String }

YAML

AlternateExpression: String Expression: String Id: String

Properties

AlternateExpression

An alternative expression for the policy rule.

Required: No

Type: String

Pattern: ^[\s\S]+$

Maximum: 2048

Update requires: No interruption

Expression

The logical expression that defines the rule.

Required: Yes

Type: String

Pattern: ^[\s\S]+$

Maximum: 2048

Update requires: No interruption

Id

The unique identifier for the policy definition rule.

Required: Yes

Type: String

Pattern: ^[A-Z][0-9A-Z]{11}$

Minimum: 12

Maximum: 12

Update requires: No interruption