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:
| ||||||
SNSTopic String |
This field specifies the Amazon SNS Topic ARN that is used to deliver notifications. The topic must already exist. |
Constructors
[VB.NET] Public GlacierNotification() [C#] public GlacierNotification();
[VB.NET] Public GlacierNotification(ByVal EventType As Integer, ByVal SNSTopic As String) [C#] public GlacierNotification(int eventType, string SNSTopic);