ContactFlowModuleReference

class aws_cdk.aws_connect.ContactFlowModuleReference(*, contact_flow_module_arn)

Bases: object

A reference to a ContactFlowModule resource.

Parameters:

contact_flow_module_arn (str) – The ContactFlowModuleArn of the ContactFlowModule resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_connect as connect

contact_flow_module_reference = connect.ContactFlowModuleReference(
    contact_flow_module_arn="contactFlowModuleArn"
)

Attributes

contact_flow_module_arn

The ContactFlowModuleArn of the ContactFlowModule resource.