Creates a named alias that points to a specific version of a contact flow module
Source:R/connect_operations.R
connect_create_contact_flow_module_alias.RdCreates a named alias that points to a specific version of a contact flow module.
See https://www.paws-r-sdk.com/docs/connect_create_contact_flow_module_alias/ for full documentation.
Usage
connect_create_contact_flow_module_alias(
InstanceId,
Description = NULL,
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.