VaultNotificationConfig
public struct VaultNotificationConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of one or more events for which Amazon S3 Glacier will send a notification to the specified Amazon SNS topic.
Declaration
Swift
public let events: [String]? -
The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).
Declaration
Swift
public let sNSTopic: String? -
Undocumented
Declaration
Swift
public init(events: [String]? = nil, sNSTopic: String? = nil)
View on GitHub
VaultNotificationConfig Structure Reference