{ "$schema": "https://json-structure.org/meta/core/v0/#", "title": "IntelligentTieringConfiguration", "type": "object", "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.

", "fields": [ { "name": "Id", "type": "string" }, { "name": "Filter", "type": "string" }, { "name": "Status", "type": "string" }, { "name": "Tierings", "type": "string" } ] }