AWS Fundamentals Logo
AWS Fundamentals
AWS::Connect::Prompt

Connect Prompt

Resource Type definition for AWS::Connect::Prompt

Properties

5 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
InstanceArn
string
Required
Name
string
Required
Description
string
S3Uri
string
Write-only
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
PromptArnstringThe Amazon Resource Name (ARN) for the prompt.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Connect::Prompt

Resources:
  MyResource:
    Type: AWS::Connect::Prompt
    Properties:
      InstanceArn: "arn:aws:service:region:account:resource"
      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

connect:CreatePromptconnect:TagResources3:GetObjectkms:Decrypts3:GetObjectAcl

read

connect:DescribePrompt

update

connect:UpdatePromptconnect:TagResourceconnect:UntagResources3:GetObjects3:GetObjectAclkms:Decrypt

delete

connect:DeletePrompt

list

connect: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

ServiceConnect
Properties6
Required2
TaggingSupported
Primary IDPromptArn

Supported Operations

CreateReadUpdateDeleteList

External Links