Skip to main content

prompt

Gets an individual prompt resource

Overview

Nameprompt
TypeResource
Descriptionprompt
Idawscc.connect.prompt

Fields

NameDatatypeDescription
instance_arnstringThe identifier of the Amazon Connect instance.
namestringThe name of the prompt.
descriptionstringThe description of the prompt.
s3_uristringS3 URI of the customer's audio file for creating prompts resource..
prompt_arnstringThe Amazon Resource Name (ARN) for the prompt.
tagsarrayAn array of key-value pairs to apply to this resource.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
instance_arn,
name,
description,
s3_uri,
prompt_arn,
tags
FROM awscc.connect.prompt
WHERE data__Identifier = '<PromptArn>';

Permissions

To operate on the prompt resource, the following permissions are required:

Read

connect:DescribePrompt

Update

connect:UpdatePrompt,
connect:TagResource,
connect:UntagResource

Delete

connect:DeletePrompt