glacier_set_vault_notifications {paws.storage} | R Documentation |
This operation configures notifications that will be sent when specific events happen to a vault
Description
This operation configures notifications that will be sent when specific events happen to a vault. By default, you don't get any notifications.
See https://www.paws-r-sdk.com/docs/glacier_set_vault_notifications/ for full documentation.
Usage
glacier_set_vault_notifications(
accountId,
vaultName,
vaultNotificationConfig = NULL
)
Arguments
accountId |
[required] The |
vaultName |
[required] The name of the vault. |
vaultNotificationConfig |
Provides options for specifying notification configuration. |
[Package paws.storage version 0.9.0 Index]