Skip to main content

prompt_tags

Expands all tag keys and values for prompts in a region

Overview

Nameprompt_tags
TypeResource
DescriptionResource Type definition for AWS::Connect::Prompt
Idaws.connect.prompt_tags

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.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all prompts in a region.

SELECT
region,
instance_arn,
name,
description,
s3_uri,
prompt_arn,
tag_key,
tag_value
FROM aws.connect.prompt_tags
WHERE region = 'us-east-1';

Permissions

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