AWS::Bedrock::PromptVersion - 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::PromptVersion

Creates a static snapshot of your prompt that can be deployed to production. For more information, see Deploy prompts using Prompt management by creating versions in the Amazon Bedrock User Guide.

Syntax

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

JSON

{ "Type" : "AWS::Bedrock::PromptVersion", "Properties" : { "Description" : String, "PromptArn" : String } }

YAML

Type: AWS::Bedrock::PromptVersion Properties: Description: String PromptArn: String

Properties

Description

Property description not available.

Required: No

Type: String

Minimum: 1

Maximum: 200

Update requires: Replacement

PromptArn

Property description not available.

Required: Yes

Type: String

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

Minimum: 1

Maximum: 2048

Update requires: Replacement

Return values

Ref

Fn::GetAtt

Arn

Property description not available.

CreatedAt

Property description not available.

DefaultVariant

Property description not available.

Name

Property description not available.

PromptId

Property description not available.

UpdatedAt

Property description not available.

Variants

Property description not available.

Version

Property description not available.