contact_flow_module
Gets an individual contact_flow_module
resource
Overview
Name | contact_flow_module |
Type | Resource |
Description | contact_flow_module |
Id | awscc.connect.contact_flow_module |
Fields
Name | Datatype | Description |
---|---|---|
instance_arn | string | The identifier of the Amazon Connect instance (ARN). |
contact_flow_module_arn | string | The identifier of the contact flow module (ARN). |
name | string | The name of the contact flow module. |
content | string | The content of the contact flow module in JSON format. |
description | string | The description of the contact flow module. |
state | string | The state of the contact flow module. |
status | string | The status of the contact flow module. |
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_module_arn,
name,
content,
description,
state,
status,
tags
FROM awscc.connect.contact_flow_module
WHERE data__Identifier = '<ContactFlowModuleArn>';
Permissions
To operate on the contact_flow_module
resource, the following permissions are required:
Read
connect:DescribeContactFlowModule
Delete
connect:DeleteContactFlowModule,
connect:UntagResource
Update
connect:UpdateContactFlowModuleMetadata,
connect:UpdateContactFlowModuleContent,
connect:TagResource,
connect:UntagResource