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: object

Properties 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:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-contactflowmodulealias.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_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.

See:

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

contact_flow_module_version

The version number of the contact flow module this alias points to.

See:

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

description

The description of the alias.

See:

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

name

The name of the alias.

See:

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