VaultNotificationArgs

data class VaultNotificationArgs(val events: Output<List<String>>, val snsTopic: Output<String>) : ConvertibleToJava<VaultNotificationArgs>

Constructors

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

Properties

Link copied to clipboard
val events: Output<List<String>>

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

Link copied to clipboard
val snsTopic: Output<String>

The SNS Topic ARN.

Functions

Link copied to clipboard
open override fun toJava(): VaultNotificationArgs