AWS::Bedrock::PromptDefinition of AWS::Bedrock::Prompt Resource Type
6 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | Required |
CustomerEncryptionKeyArn | string | |
DefaultVariant | string | |
Description | string | |
Tags | TagsMap | |
Variants | Array<PromptVariant> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | ARN of a prompt resource possibly with a version |
CreatedAt | string | Time Stamp. |
Id | string | Identifier for a Prompt |
UpdatedAt | string | Time Stamp. |
Version | string | Draft Version. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Bedrock::Prompt
Resources:
MyResource:
Type: AWS::Bedrock::Prompt
Properties:
Name: "my-name"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
bedrock:CreatePromptbedrock:GetPrompts3:GetObjects3:GetObjectVersionbedrock:TagResourcebedrock:ListTagsForResourcekms:GenerateDataKeykms:Decryptbedrock:GetPromptbedrock:ListTagsForResourcekms:Decryptbedrock:UpdatePromptbedrock:GetPrompts3:GetObjects3:GetObjectVersionbedrock:TagResourcebedrock:UntagResourcebedrock:ListTagsForResourcekms:GenerateDataKeybedrock:DeletePromptbedrock:GetPromptbedrock:ListPromptsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArn