Returns the notification configuration of a bucket.
s3_get_bucket_notification_configuration(Bucket)
[required] Name of the bucket for which to get the notification configuration
svc$get_bucket_notification_configuration( Bucket = "string" )
If notifications are not enabled on the bucket, the operation returns an
empty NotificationConfiguration
element.
By default, you must be the bucket owner to read the notification
configuration of a bucket. However, the bucket owner can use a bucket
policy to grant permission to other users to read this configuration
with the s3:GetBucketNotification
permission.
For more information about setting and reading the notification configuration on a bucket, see Setting Up Notification of Bucket Events. For more information about bucket policies, see Using Bucket Policies.
The following operation is related to GetBucketNotification
:
PutBucketNotification