contact_flow
Gets an individual contact_flow
resource
Overview
Name | contact_flow |
Type | Resource |
Description | contact_flow |
Id | awscc.connect.contact_flow |
Fields
Name | Datatype | Description |
---|---|---|
instance_arn | string | The identifier of the Amazon Connect instance (ARN). |
contact_flow_arn | string | The identifier of the contact flow (ARN). |
name | string | The name of the contact flow. |
content | string | The content of the contact flow in JSON format. |
description | string | The description of the contact flow. |
state | string | The state of the contact flow. |
type | string | The type of the contact flow. |
tags | array | One or more tags. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
instance_arn,
contact_flow_arn,
name,
content,
description,
state,
type,
tags
FROM awscc.connect.contact_flow
WHERE data__Identifier = '<ContactFlowArn>';
Permissions
To operate on the contact_flow
resource, the following permissions are required:
Read
connect:DescribeContactFlow
Delete
connect:DeleteContactFlow,
connect:UntagResource
Update
connect:UpdateContactFlowMetadata,
connect:UpdateContactFlowContent,
connect:TagResource,
connect:UntagResource