Skip to main content

prompts_list_only

Lists prompts in a region or regions, for all properties use prompts

Overview

Nameprompts_list_only
TypeResource
DescriptionResource Type definition for AWS::Connect::Prompt
Idaws.connect.prompts_list_only

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

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all prompts in a region.

SELECT
region,
prompt_arn
FROM aws.connect.prompts_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the prompts_list_only resource, see prompts