connect_create_contact_flow_version: Publishes a new version of the flow provided

View source: R/connect_operations.R

connect_create_contact_flow_versionR Documentation

Publishes a new version of the flow provided

Description

Publishes a new version of the flow provided. Versions are immutable and monotonically increasing. If the FlowContentSha256 provided is different from the FlowContentSha256 of the ⁠$LATEST⁠ published flow content, then an error is returned. This API only supports creating versions for flows of type Campaign.

See https://www.paws-r-sdk.com/docs/connect_create_contact_flow_version/ for full documentation.

Usage

connect_create_contact_flow_version(
  InstanceId,
  Description = NULL,
  ContactFlowId,
  FlowContentSha256 = NULL,
  ContactFlowVersion = NULL,
  LastModifiedTime = NULL,
  LastModifiedRegion = NULL
)

Arguments

InstanceId

[required] The identifier of the Amazon Connect instance.

Description

The description of the flow version.

ContactFlowId

[required] The identifier of the flow.

FlowContentSha256

Indicates the checksum value of the flow content.

ContactFlowVersion

The identifier of the flow version.

LastModifiedTime

The Amazon Web Services Region where this resource was last modified.

LastModifiedRegion

The Amazon Web Services Region where this resource was last modified.


paws.customer.engagement documentation built on April 4, 2025, 3:34 a.m.