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

A variable defined within the policy that can be used in rules.

Syntax

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

JSON

{ "Description" : String, "Name" : String, "Type" : String }

YAML

Description: String Name: String Type: String

Properties

Description

A description of a variable defined in the policy.

Required: Yes

Type: String

Pattern: ^[\s\S]+$

Maximum: 1024

Update requires: No interruption

Name

The name of a variable defined in the policy.

Required: Yes

Type: String

Pattern: ^[A-Za-z][A-Za-z0-9_]+$

Minimum: 1

Maximum: 64

Update requires: No interruption

Type

The data type of a variable defined in the policy.

Required: Yes

Type: String

Pattern: ^[A-Za-z][A-Za-z0-9_]+$

Minimum: 1

Maximum: 64

Update requires: No interruption