IPWorks Cloud 2020 .NET Edition

Questions / Feedback?

GlacierNotification Type

This type holds notification information.

Remarks

This type holds notification information.

Fields

EventType
GlacierNotifyEventTypes

This field specifies the type of enabled notifications for the vault. Possible values are:

0 (etBoth - default) Notifications for both inventory and archive retrieval jobs.
1 (etArchiveRetrievalCompleted) Notifications are sent when an archive retrieval job is complete.
2 (etInventoryRetrievalCompleted) Notifications are sent when an inventory retrieval job is complete.

SNSTopic
String

This field specifies the Amazon SNS Topic ARN that is used to deliver notifications. The topic must already exist.

Constructors

public GlacierNotification(int eventType, string SNSTopic);
Public GlacierNotification(ByVal EventType As Integer, ByVal SNSTopic As String)

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 .NET Edition - Version 20.0 [Build 8265]