CfnContactFlowModuleVersionMixinProps

class aws_cdk.mixins_preview.aws_connect.mixins.CfnContactFlowModuleVersionMixinProps(*, contact_flow_module_id=None, description=None)

Bases: object

Properties for CfnContactFlowModuleVersionPropsMixin.

Parameters:
  • contact_flow_module_id (Optional[str]) – The identifier of the contact flow module (ARN) this version is tied to.

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

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-contactflowmoduleversion.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_module_version_mixin_props = connect_mixins.CfnContactFlowModuleVersionMixinProps(
    contact_flow_module_id="contactFlowModuleId",
    description="description"
)

Attributes

contact_flow_module_id

The identifier of the contact flow module (ARN) this version is tied to.

See:

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

description

The description of the version.

See:

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