connect_update_view_content: Updates the view content of the given view identifier in the...

View source: R/connect_operations.R

connect_update_view_contentR Documentation

Updates the view content of the given view identifier in the specified Amazon Connect instance

Description

Updates the view content of the given view identifier in the specified Amazon Connect instance.

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

Usage

connect_update_view_content(InstanceId, ViewId, Status, Content)

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.

Status

[required] Indicates the view status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content.

Content

[required] View content containing all content necessary to render a view except for runtime input data and the runtime input schema, which is auto-generated by this operation.

The total uncompressed content has a maximum file size of 400kB.


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