AWS::Bedrock::Flow PromptFlowNodeResourceConfiguration - AWS CloudFormation

AWS::Bedrock::Flow PromptFlowNodeResourceConfiguration

Contains configurations for a prompt from Prompt management to use in a node.

Syntax

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

JSON

{ "PromptArn" : String }

YAML

PromptArn: String

Properties

PromptArn

The Amazon Resource Name (ARN) of the prompt from Prompt management.

Required: Yes

Type: String

Pattern: ^(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:prompt/[0-9a-zA-Z]{10}(?::[0-9]{1,5})?)$

Update requires: No interruption