Amazon S3 API · JSON Structure

S3 Bucketlifecycleconfiguration Structure

Specifies the lifecycle configuration for objects in an Amazon S3 bucket. For more information, see Object Lifecycle Management in the Amazon S3 User Guide.

Type: object Properties: 0
Cloud StorageObject StorageStorage

S3 Bucketlifecycleconfiguration Structure is a JSON Structure definition published by Amazon S3 API. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "title": "BucketLifecycleConfiguration",
  "type": "object",
  "description": "Specifies the lifecycle configuration for objects in an Amazon S3 bucket. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html\">Object Lifecycle Management</a> in the <i>Amazon S3 User Guide</i>.",
  "fields": [
    {
      "name": "Rules",
      "type": "string"
    }
  ]
}