VaultNotification

data class VaultNotification(val events: List<String>, val snsTopic: String)

Constructors

Link copied to clipboard
constructor(events: List<String>, snsTopic: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

You can configure a vault to publish a notification for ArchiveRetrievalCompleted and InventoryRetrievalCompleted events.

Link copied to clipboard

The SNS Topic ARN.