connect_create_view_version: Publishes a new version of the view identifier

View source: R/connect_operations.R

connect_create_view_versionR Documentation

Publishes a new version of the view identifier

Description

Publishes a new version of the view identifier.

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

Usage

connect_create_view_version(
  InstanceId,
  ViewId,
  VersionDescription = NULL,
  ViewContentSha256 = NULL
)

Arguments

InstanceId

[required] The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

ViewId

[required] The identifier of the view. Both ViewArn and ViewId can be used.

VersionDescription

The description for the version being published.

ViewContentSha256

Indicates the checksum value of the latest published view content.


paws.customer.engagement documentation built on Sept. 12, 2024, 6:34 a.m.