ContactFlowReference

class aws_cdk.aws_connect.ContactFlowReference(*, contact_flow_arn)

Bases: object

A reference to a ContactFlow resource.

Parameters:

contact_flow_arn (str) – The ContactFlowArn of the ContactFlow 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_reference = connect.ContactFlowReference(
    contact_flow_arn="contactFlowArn"
)

Attributes

contact_flow_arn

The ContactFlowArn of the ContactFlow resource.