---
type: resource-type
title: PromptVersion
description: aws resource type AWS::Bedrock::PromptVersion
name: PromptVersion
lexicon: aws
resource_type: AWS::Bedrock::PromptVersion
---
`AWS::Bedrock::PromptVersion`, a resource type of the aws lexicon.

## Properties

- `PromptArn` (`string`, required): ARN of a prompt resource possibly with a version
- `Arn` (`string`, optional): ARN of a prompt version resource
- `CreatedAt` (`string`, optional): Time Stamp.
- `CustomerEncryptionKeyArn` (`string`, optional): A KMS key ARN
- `DefaultVariant` (`string`, optional): Name for a variant.
- `Description` (`string`, optional): Description for a prompt version resource.
- `Name` (`string`, optional): Name for a prompt resource.
- `PromptId` (`string`, optional): Identifier for a Prompt
- `Tags` (`Record<string, unknown>`, optional)
- `UpdatedAt` (`string`, optional): Time Stamp.
- `Variants` (`PromptVersion_PromptVariant[]`, optional): List of prompt variants
- `Version` (`string`, optional): Version.

## Attributes

- `Arn`
- `CreatedAt`
- `CustomerEncryptionKeyArn`
- `DefaultVariant`
- `Name`
- `PromptId`
- `UpdatedAt`
- `Variants`
- `Version`
