CfnContactFlowModuleAliasMixinProps
- class aws_cdk.mixins_preview.aws_connect.mixins.CfnContactFlowModuleAliasMixinProps(*, contact_flow_module_id=None, contact_flow_module_version=None, description=None, name=None)
Bases:
objectProperties for CfnContactFlowModuleAliasPropsMixin.
- Parameters:
contact_flow_module_id (
Optional[str]) – The identifier of the contact flow module (ARN) this alias is tied to.contact_flow_module_version (
Union[int,float,None]) – The version number of the contact flow module this alias points to.description (
Optional[str]) – The description of the alias.name (
Optional[str]) – The name of the alias.
- 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_module_alias_mixin_props = connect_mixins.CfnContactFlowModuleAliasMixinProps( contact_flow_module_id="contactFlowModuleId", contact_flow_module_version=123, description="description", name="name" )
Attributes
- contact_flow_module_id
The identifier of the contact flow module (ARN) this alias is tied to.
- contact_flow_module_version
The version number of the contact flow module this alias points to.
- description
The description of the alias.