Updates the view content of the given view identifier in the specified Connect Customer instance
Source:R/connect_operations.R
connect_update_view_content.RdUpdates the view content of the given view identifier in the specified Connect Customer instance.
See https://www.paws-r-sdk.com/docs/connect_update_view_content/ for full documentation.
Arguments
- InstanceId
[required] The identifier of the Connect Customer instance. You can find the instanceId in the ARN of the instance.
- ViewId
[required] The identifier of the view. Both
ViewArnandViewIdcan be used.- Status
[required] Indicates the view status as either
SAVEDorPUBLISHED. ThePUBLISHEDstatus 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.