connect_update_view_content {paws.customer.engagement} | R Documentation |
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.
connect_update_view_content(InstanceId, ViewId, Status, Content)
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 |
Status |
[required] Indicates the view status as either |
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. |