AWS::Bedrock::Flow PromptFlowNodeResourceConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Bedrock::Flow PromptFlowNodeResourceConfiguration

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

Syntax

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