AWS Fundamentals Logo
AWS Fundamentals
AWS::Bedrock::Prompt

Bedrock Prompt

Definition of AWS::Bedrock::Prompt Resource Type

Properties

6 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
Required
CustomerEncryptionKeyArn
string
DefaultVariant
string
Description
string
Tags
TagsMap
Variants
Array<PromptVariant>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringARN of a prompt resource possibly with a version
CreatedAtstringTime Stamp.
IdstringIdentifier for a Prompt
UpdatedAtstringTime Stamp.
VersionstringDraft Version.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

bedrock:CreatePromptbedrock:GetPrompts3:GetObjects3:GetObjectVersionbedrock:TagResourcebedrock:ListTagsForResourcekms:GenerateDataKeykms:Decrypt

read

bedrock:GetPromptbedrock:ListTagsForResourcekms:Decrypt

update

bedrock:UpdatePromptbedrock:GetPrompts3:GetObjects3:GetObjectVersionbedrock:TagResourcebedrock:UntagResourcebedrock:ListTagsForResourcekms:GenerateDataKey

delete

bedrock:DeletePromptbedrock:GetPrompt

list

bedrock:ListPrompts

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceBedrock
Properties11
Required1
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

External Links