AutomatedReasoningPolicyUpdateVariableAnnotation - Amazon Bedrock

AutomatedReasoningPolicyUpdateVariableAnnotation

An annotation for modifying an existing variable in an Automated Reasoning policy.

Contents

name

The current name of the variable to update.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 64.

Pattern: [A-Za-z][A-Za-z0-9_]*

Required: Yes

description

The new description for the variable, replacing the previous description.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 1024.

Pattern: [\s\S]+

Required: No

newName

The new name for the variable, if you want to rename it. If not provided, the name remains unchanged.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 64.

Pattern: [A-Za-z][A-Za-z0-9_]*

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: