AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the UpdateViewContent operation. Updates the view content of the given view identifier in the specified Amazon Connect instance.

It performs content validation if Status is set to SAVED and performs full content validation if Status is PUBLISHED. Note that the $SAVED alias' content will always be updated, but the $LATEST alias' content will only be updated if Status is PUBLISHED.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Connect.AmazonConnectRequest
      Amazon.Connect.Model.UpdateViewContentRequest

Namespace: Amazon.Connect.Model
Assembly: AWSSDK.Connect.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateViewContentRequest : AmazonConnectRequest
         IAmazonWebServiceRequest

The UpdateViewContentRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateViewContentRequest()

Properties

NameTypeDescription
Public Property Content Amazon.Connect.Model.ViewInputContent

Gets and sets the property Content.

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.

Public Property InstanceId System.String

Gets and sets the property InstanceId.

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

Public Property Status Amazon.Connect.ViewStatus

Gets and sets the property Status.

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

Public Property ViewId System.String

Gets and sets the property ViewId.

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

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5