Skip to main content

Idempotent call to set properties on an S3 bucket to enable S3 continuous backup.

Path Parameters
  • bucket_id string required

    Set the properties for the bucket with the specified ID.

Request Body

The set of properties that are being updated for the given bucket.

  • event_bridge_enabled boolean

    If true, enables continuous backup for the given bucket. If false, disables continuous backup for the given bucket. If not set, does not update EventBridge.

  • event_bridge_notification_disabled boolean

    Default value: true

    If true, tries to disable EventBridge notification for the given bucket. It may override the existing bucket notification configuration in the customer's account. This takes effect only when event_bridge_enabled is set to false.

Responses

Accepted


Schema
  • _links object

    URLs to pages related to the resource.

  • _self object

    The HATEOAS link to this resource.

  • href string

    The URI for the referenced operation.

  • templated boolean

    Determines whether the "href" link is a URI template. If set to true, the "href" link is a URI template.

  • type string

    The HTTP method to be used with the "href" link for the referenced operation.

Loading...