Create Contact Flow Module Version
| connect_create_contact_flow_module_version | R Documentation |
Creates an immutable snapshot of a contact flow module, preserving its content and settings at a specific point in time for version control and rollback capabilities¶
Description¶
Creates an immutable snapshot of a contact flow module, preserving its content and settings at a specific point in time for version control and rollback capabilities.
Usage¶
connect_create_contact_flow_module_version(InstanceId, Description,
ContactFlowModuleId, FlowModuleContentSha256)
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 flow module version. |
ContactFlowModuleId |
[required] The identifier of the flow module. |
FlowModuleContentSha256 |
Indicates the checksum value of the flow module content. |
Value¶
A list with the following syntax:
list(
ContactFlowModuleArn = "string",
Version = 123
)
Request syntax¶
svc$create_contact_flow_module_version(
InstanceId = "string",
Description = "string",
ContactFlowModuleId = "string",
FlowModuleContentSha256 = "string"
)