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 CreateNotificationSubscription operation. Configure Amazon WorkDocs to use Amazon SNS notifications. The endpoint receives a confirmation message, and must confirm the subscription.

For more information, see Setting up notifications for an IAM user or role in the Amazon WorkDocs Developer Guide.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.WorkDocs.AmazonWorkDocsRequest
      Amazon.WorkDocs.Model.CreateNotificationSubscriptionRequest

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

Syntax

C#
public class CreateNotificationSubscriptionRequest : AmazonWorkDocsRequest
         IAmazonWebServiceRequest

The CreateNotificationSubscriptionRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Endpoint System.String

Gets and sets the property Endpoint.

The endpoint to receive the notifications. If the protocol is HTTPS, the endpoint is a URL that begins with https.

Public Property OrganizationId System.String

Gets and sets the property OrganizationId.

The ID of the organization.

Public Property Protocol Amazon.WorkDocs.SubscriptionProtocolType

Gets and sets the property Protocol.

The protocol to use. The supported value is https, which delivers JSON-encoded messages using HTTPS POST.

Public Property SubscriptionType Amazon.WorkDocs.SubscriptionType

Gets and sets the property SubscriptionType.

The notification type.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5