notifications: Vault notifications

Description Usage Arguments

Description

Get, set, and delete vault notifications

Usage

1
2
3
4
5
6
get_vault_notification(vault, ...)

set_vault_notification(vault, events = c("ArchiveRetrievalCompleted",
  "InventoryRetrievalCompleted"), topic, ...)

delete_vault_notification(vault, ...)

Arguments

vault

A character string specifying the name of an AWS Glacier vault (max. 255 characters).

...

Additional arguments passed to glacierHTTP.

events

A character vector of events that will trigger notifications to the AWS SNS topic. Valid values are: “ArchiveRetrievalCompleted” and “InventoryRetrievalCompleted”.

topic

A character string specifying an SNS topic name or ARN.


cloudyr/aws.glacier documentation built on Jan. 14, 2020, 4:56 a.m.