Skip to content

Notify when Uploaded

storagegateway_notify_when_uploaded R Documentation

Sends you notification through CloudWatch Events when all files written to your file share have been uploaded to Amazon S3

Description

Sends you notification through CloudWatch Events when all files written to your file share have been uploaded to Amazon S3.

Storage Gateway can send a notification through Amazon CloudWatch Events when all files written to your file share up to that point in time have been uploaded to Amazon S3. These files include files written to the file share up to the time that you make a request for notification. When the upload is done, Storage Gateway sends you notification through an Amazon CloudWatch Event. You can configure CloudWatch Events to send the notification through event targets such as Amazon SNS or Lambda function. This operation is only supported for S3 File Gateways.

For more information, see Getting file upload notification in the Amazon S3 File Gateway User Guide.

Usage

storagegateway_notify_when_uploaded(FileShareARN)

Arguments

FileShareARN

[required]

Value

A list with the following syntax:

list(
  FileShareARN = "string",
  NotificationId = "string"
)

Request syntax

svc$notify_when_uploaded(
  FileShareARN = "string"
)