CfnContactFlowVersionMixinProps

class aws_cdk.mixins_preview.aws_connect.mixins.CfnContactFlowVersionMixinProps(*, contact_flow_id=None, description=None)

Bases: object

Properties for CfnContactFlowVersionPropsMixin.

Parameters:
  • contact_flow_id (Optional[str]) – The identifier of the flow.

  • description (Optional[str]) – The description of the flow version.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-contactflowversion.html

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.mixins_preview.aws_connect import mixins as connect_mixins

cfn_contact_flow_version_mixin_props = connect_mixins.CfnContactFlowVersionMixinProps(
    contact_flow_id="contactFlowId",
    description="description"
)

Attributes

contact_flow_id

The identifier of the flow.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-contactflowversion.html#cfn-connect-contactflowversion-contactflowid

description

The description of the flow version.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-contactflowversion.html#cfn-connect-contactflowversion-description