paws.storage (version 0.1.0)

s3_get_bucket_notification: No longer used, see the GetBucketNotificationConfiguration operation

Description

No longer used, see the GetBucketNotificationConfiguration operation.

Usage

s3_get_bucket_notification(Bucket)

Arguments

Bucket

[required] Name of the bucket to get the notification configuration for.

Request syntax

svc$get_bucket_notification(
  Bucket = "string"
)

Examples

Run this code
# NOT RUN {
# The following example returns notification configuration set on a
# bucket.
# }
# NOT RUN {
svc$get_bucket_notification(
  Bucket = "examplebucket"
)
# }
# NOT RUN {
# The following example returns notification configuration set on a
# bucket.
# }
# NOT RUN {
svc$get_bucket_notification(
  Bucket = "examplebucket"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab