{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Rule",
"type": "object",
"properties": {
"Expiration": {},
"ID": {},
"Prefix": {},
"Status": {},
"Transition": {},
"NoncurrentVersionTransition": {
"type": "object",
"properties": {
"NoncurrentDays": {},
"StorageClass": {},
"NewerNoncurrentVersions": {}
},
"description": "Container for the transition rule that describes when noncurrent objects transition to the STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER_IR, GLACIER, or DEEP_ARCHIVE storage class. If your bucket is versioning-enabled (or versioning is suspended), you can set this action to request that Amazon S3 transition noncurrent object versions to the STANDARD_IA, ONEZONE_IA, INTELLIGENT_TIERING, GLACIER_IR, GLACIER, or DEEP_ARCHIVE storage class at a specific period in the object's lifetime."
},
"NoncurrentVersionExpiration": {
"type": "object",
"properties": {
"NoncurrentDays": {},
"NewerNoncurrentVersions": {}
},
"description": "Specifies when noncurrent object versions expire. Upon expiration, Amazon S3 permanently deletes the noncurrent object versions. You set this lifecycle configuration action on a bucket that has versioning enabled (or suspended) to request that Amazon S3 delete noncurrent object versions at a specific period in the object's lifetime."
},
"AbortIncompleteMultipartUpload": {
"type": "object",
"properties": {
"DaysAfterInitiation": {}
},
"description": "Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload. For more information, see Aborting Incomplete Multipart Uploads Using a Bucket Lifecycle Policy in the Amazon S3 User Guide."
}
},
"required": [
"Prefix",
"Status"
],
"description": "Specifies lifecycle rules for an Amazon S3 bucket. For more information, see Put Bucket Lifecycle Configuration in the Amazon S3 API Reference. For examples, see Put Bucket Lifecycle Configuration Examples."
}