prompt
Gets an individual prompt
resource
Overview
Name | prompt |
Type | Resource |
Description | prompt |
Id | awscc.connect.prompt |
Fields
Name | Datatype | Description |
---|---|---|
instance_arn | string | The identifier of the Amazon Connect instance. |
name | string | The name of the prompt. |
description | string | The description of the prompt. |
s3_uri | string | S3 URI of the customer's audio file for creating prompts resource.. |
prompt_arn | string | The Amazon Resource Name (ARN) for the prompt. |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS 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