Updates a specific Aliases metadata, including the version it’s tied to, it’s name, and description
Source:R/connect_operations.R
connect_update_contact_flow_module_alias.RdUpdates a specific Aliases metadata, including the version it’s tied to, it’s name, and description.
See https://www.paws-r-sdk.com/docs/connect_update_contact_flow_module_alias/ for full documentation.
Usage
connect_update_contact_flow_module_alias(
InstanceId,
ContactFlowModuleId,
AliasId,
Name = NULL,
Description = NULL,
ContactFlowModuleVersion = NULL
)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.
- ContactFlowModuleId
[required] The identifier of the flow module.
- AliasId
[required] The identifier of the alias.
- Name
The name of the alias.
- Description
The description of the alias.
- ContactFlowModuleVersion
The version of the flow module.