{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "IntelligentTieringConfiguration", "type": "object", "properties": { "Id": {}, "Filter": {}, "Status": {}, "Tierings": {} }, "required": [ "Id", "Status", "Tierings" ], "description": "
Specifies the S3 Intelligent-Tiering configuration for an Amazon S3 bucket.
For information about the S3 Intelligent-Tiering storage class, see Storage class for automatically optimizing frequently and infrequently accessed objects.
" }