AWS::Bedrock::PromptVersionDefinition of AWS::Bedrock::PromptVersion Resource Type
3 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
PromptArn | string | RequiredCreate-only |
Description | string | Create-only |
Tags | TagsMap | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | ARN of a prompt version resource |
CreatedAt | string | Time Stamp. |
CustomerEncryptionKeyArn | string | A KMS key ARN |
DefaultVariant | string | Name for a variant. |
Name | string | Name for a prompt resource. |
PromptId | string | Identifier for a Prompt |
UpdatedAt | string | Time Stamp. |
Variants | Array<PromptVariant> | List of prompt variants |
Version | string | Version. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Bedrock::PromptVersion
Resources:
MyResource:
Type: AWS::Bedrock::PromptVersion
Properties:
PromptArn: "arn:aws:service:region:account:resource"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
bedrock:CreatePromptVersionbedrock:GetPromptbedrock:TagResourcebedrock:ListTagsForResourcekms:GenerateDataKeykms:Decryptbedrock:GetPromptbedrock:ListTagsForResourcekms:Decryptbedrock:DeletePromptbedrock:GetPromptbedrock:ListPromptsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
PromptArnDescriptionTags