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

## Properties

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

## Attributes

- `Arn`
- `CreatedAt`
- `Id`
- `UpdatedAt`
- `Version`
