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

A rule within the policy definition that defines logical constraints.

Syntax

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