Set Clumio-related properties for an S3 bucket.
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.
- application/json
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 tofalse
.
- 200
- default
Accepted
- application/api.clumio.aws-s3-buckets=v1+json
- Schema
- Example (from schema)
Schema
_links object
URLs to pages related to the resource.
_self object
The HATEOAS link to this resource.
href stringThe URI for the referenced operation.
templated booleanDetermines whether the "href" link is a URI template. If set to
true
, the "href" link is a URI template.type stringThe HTTP method to be used with the "href" link for the referenced operation.
{
"_links": {
"_self": {
"href": "string",
"templated": true,
"type": "string"
}
}
}
Error
- application/json
- Schema
- Example (from schema)
Schema
errors object[]
A list of errors encountered during runtime.
error_code uint32error_message stringThe reason for the error.
{
"errors": [
{
"error_code": 0,
"error_message": "string"
}
]
}