Represents a vault's notification configuration.
 Declaration Syntax
 Declaration Syntax| C# | 
public class VaultNotificationConfig
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | VaultNotificationConfig()()()() | Initializes a new instance of the VaultNotificationConfig class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | Events | 
            A list of one or more events for which Amazon Glacier will send a notification to the specified Amazon SNS topic.
             
             | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | SNSTopic | 
            The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithEvents(array<String>[]()[][]) | Obsolete. 
            Adds elements to the Events collection
             | 
|  | WithEvents(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Adds elements to the Events collection
             | 
|  | WithSNSTopic(String) | Obsolete. 
            Sets the SNSTopic property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | VaultNotificationConfig |