AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Connect::Prompt

CfnPrompt

Creates a prompt for the specified Amazon Connect instance.

Import

import { CfnPrompt } from 'aws-cdk-lib/aws-connect';

Or use the module namespace:

import * as connect from 'aws-cdk-lib/aws-connect';
// connect.CfnPrompt

Properties

Configuration passed to the constructor as CfnPromptProps.

instanceArnRequired
string | IInstanceRef

The identifier of the Amazon Connect instance.

nameRequired
string

The name of the prompt.

descriptionOptional
string

The description of the prompt.

s3UriOptional
string

The URI for the S3 bucket where the prompt is stored. This property is required when you create a prompt.

tagsOptional
CfnTag[]

The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

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

Subscribe to Newsletter