AWS::Bedrock::AutomatedReasoningPolicy PolicyDefinitionRule - AWS CloudFormation

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 PolicyDefinitionRule

A rule within the policy definition that defines logical constraints.

Syntax

To declare this entity in your AWS 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