class Aws::WorkDocs::Types::CreateNotificationSubscriptionRequest
@note When making an API call, you may pass CreateNotificationSubscriptionRequest
data as a hash: { organization_id: "IdType", # required endpoint: "SubscriptionEndPointType", # required protocol: "HTTPS", # required, accepts HTTPS subscription_type: "ALL", # required, accepts ALL }
@!attribute [rw] organization_id
The ID of the organization. @return [String]
@!attribute [rw] endpoint
The endpoint to receive the notifications. If the protocol is HTTPS, the endpoint is a URL that begins with `https`. @return [String]
@!attribute [rw] protocol
The protocol to use. The supported value is https, which delivers JSON-encoded messages using HTTPS POST. @return [String]
@!attribute [rw] subscription_type
The notification type. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/workdocs-2016-05-01/CreateNotificationSubscriptionRequest AWS API Documentation
Constants
- SENSITIVE