Skip to content

Create Contact Flow Module Alias

connect_create_contact_flow_module_alias R Documentation

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

Description

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

Usage

connect_create_contact_flow_module_alias(InstanceId, Description,
  ContactFlowModuleId, ContactFlowModuleVersion, AliasName)

Arguments

InstanceId

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

Description

The description of the alias.

ContactFlowModuleId

[required] The identifier of the flow module.

ContactFlowModuleVersion

[required] The version of the flow module.

AliasName

[required] The name of the alias.

Value

A list with the following syntax:

list(
  ContactFlowModuleArn = "string",
  Id = "string"
)

Request syntax

svc$create_contact_flow_module_alias(
  InstanceId = "string",
  Description = "string",
  ContactFlowModuleId = "string",
  ContactFlowModuleVersion = 123,
  AliasName = "string"
)