CfnContactFlowVersionMixinProps
- class aws_cdk.mixins_preview.aws_connect.mixins.CfnContactFlowVersionMixinProps(*, contact_flow_id=None, description=None)
Bases:
objectProperties for CfnContactFlowVersionPropsMixin.
- Parameters:
contact_flow_id (
Optional[str]) – The identifier of the flow.description (
Optional[str]) – The description of the flow version.
- See:
- 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.
- description
The description of the flow version.