ContactFlowVersionReference
- class aws_cdk.aws_connect.ContactFlowVersionReference(*, contact_flow_version_arn)
Bases:
object
A reference to a ContactFlowVersion resource.
- Parameters:
contact_flow_version_arn (
str
) – The ContactFlowVersionARN of the ContactFlowVersion 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_version_reference = connect.ContactFlowVersionReference( contact_flow_version_arn="contactFlowVersionArn" )
Attributes
- contact_flow_version_arn
The ContactFlowVersionARN of the ContactFlowVersion resource.