Connect / Client / create_contact_flow_module_alias

create_contact_flow_module_alias

Connect.Client.create_contact_flow_module_alias(**kwargs)

Creates a named alias that points to a specific version of a contact flow module.

See also: AWS API Documentation

Request Syntax

response = client.create_contact_flow_module_alias(
    InstanceId='string',
    Description='string',
    ContactFlowModuleId='string',
    ContactFlowModuleVersion=123,
    AliasName='string'
)
Parameters:
  • InstanceId (string) –

    [REQUIRED]

    The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

  • Description (string) – The description of the alias.

  • ContactFlowModuleId (string) –

    [REQUIRED]

    The identifier of the flow module.

  • ContactFlowModuleVersion (integer) –

    [REQUIRED]

    The version of the flow module.

  • AliasName (string) –

    [REQUIRED]

    The name of the alias.

Return type:

dict

Returns:

Response Syntax

{
    'ContactFlowModuleArn': 'string',
    'Id': 'string'
}

Response Structure

  • (dict) –

    • ContactFlowModuleArn (string) –

      The Amazon Resource Name (ARN) of the flow module.

    • Id (string) –

      The identifier of the alias.

Exceptions

  • Connect.Client.exceptions.AccessDeniedException

  • Connect.Client.exceptions.DuplicateResourceException

  • Connect.Client.exceptions.InternalServiceException

  • Connect.Client.exceptions.ResourceNotFoundException

  • Connect.Client.exceptions.LimitExceededException

  • Connect.Client.exceptions.InvalidParameterException

  • Connect.Client.exceptions.InvalidRequestException

  • Connect.Client.exceptions.ThrottlingException