ContactFlowModuleReference
- class aws_cdk.interfaces.aws_connect.ContactFlowModuleReference(*, contact_flow_module_arn)
Bases:
objectA 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.interfaces import aws_connect as interfaces_aws_connect contact_flow_module_reference = interfaces_aws_connect.ContactFlowModuleReference( contact_flow_module_arn="contactFlowModuleArn" )
Attributes
- contact_flow_module_arn
The ContactFlowModuleArn of the ContactFlowModule resource.