Skip to main content

prompts

Retrieves a list of prompts in a region

Overview

Nameprompts
TypeResource
Descriptionprompts
Idawscc.connect.prompts

Fields

NameDatatypeDescription
prompt_arnstringThe Amazon Resource Name (ARN) for the prompt.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
prompt_arn
FROM awscc.connect.prompts
WHERE region = 'us-east-1'

Permissions

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

Create

connect:CreatePrompt,
connect:TagResource,
s3:GetObject,
kms:Decrypt,
s3:GetObjectAcl

List

connect:ListPrompts