contact_flow_modules
Retrieves a list of contact_flow_modules
in a region
Overview
Name | contact_flow_modules |
Type | Resource |
Description | contact_flow_modules |
Id | awscc.connect.contact_flow_modules |
Fields
Name | Datatype | Description |
---|---|---|
contact_flow_module_arn | string | The identifier of the contact flow module (ARN). |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
contact_flow_module_arn
FROM awscc.connect.contact_flow_modules
WHERE region = 'us-east-1'
Permissions
To operate on the contact_flow_modules
resource, the following permissions are required:
Create
connect:CreateContactFlowModule,
connect:TagResource
List
connect:ListContactFlowModules