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 CreateView operation.
Creates a new view with the possible status of SAVED
or PUBLISHED
.
The views will have a unique name for each connect instance.
It performs basic content validation if the status is SAVED
or full content
validation if the status is set to PUBLISHED
. An error is returned if validation
fails. It associates either the $SAVED
qualifier or both of the $SAVED
and $LATEST
qualifiers with the provided view content based on the status.
The view is idempotent if ClientToken is provided.
Namespace: Amazon.Connect.Model
Assembly: AWSSDK.Connect.dll
Version: 3.x.y.z
public class CreateViewRequest : AmazonConnectRequest IAmazonWebServiceRequest
The CreateViewRequest type exposes the following members
Name | Description | |
---|---|---|
CreateViewRequest() |
Name | Type | Description | |
---|---|---|---|
ClientToken | System.String |
Gets and sets the property ClientToken. A unique Id for each create view request to avoid duplicate view creation. For example, the view is idempotent ClientToken is provided. |
|
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. The total uncompressed content has a maximum file size of 400kB. |
|
Description | System.String |
Gets and sets the property Description. The description of the view. |
|
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. |
|
Name | System.String |
Gets and sets the property Name. The name of the view. |
|
Status | Amazon.Connect.ViewStatus |
Gets and sets the property Status.
Indicates the view status as either |
|
Tags | System.Collections.Generic.Dictionary<System.String, System.String> |
Gets and sets the property Tags. The tags associated with the view resource (not specific to view version).These tags can be used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }. |
.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