prompts
Retrieves a list of prompts
in a region
Overview
Name | prompts |
Type | Resource |
Description | prompts |
Id | awscc.connect.prompts |
Fields
Name | Datatype | Description |
---|---|---|
prompt_arn | string | The Amazon Resource Name (ARN) for the prompt. |
region | string | AWS 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