
put-bucket-notification
***********************


DESCRIPTION
===========

Enables notifications of specified events for a bucket.


SYNOPSIS
========

   aws s3 put-bucket-notification
     --notification-configuration <value>
     --bucket <value>
     [--content-md5 <value>]


REQUIRED PARAMETERS
===================

"--notification-configuration"  (structure)
   "topic_configuration"  (structure)
      "topic"  (string)Amazon SNS topic to which Amazon S3 will
      publish a message to report the specified events for the bucket.

      "event"  (string)--bucket event for which to send notifications.

   *Parameter Syntax*

      {
        "topic_configuration": {
          {
            "topic": "string",
            "event": "s3:ReducedRedundancyLostObject"
          }
      }

"--bucket"  (string)


OPTIONAL PARAMETERS
===================

"--content-md5"  (string)
