Amazon S3 · Schema

StorageLensConfiguration

A container for the Amazon S3 Storage Lens configuration.

ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

Properties

Name Type Description
Id string A container for the Storage Lens configuration ID.
AccountLevel object A container for the account-level settings for S3 Storage Lens.
Include object
Exclude object
DataExport object
IsEnabled boolean A container for whether the S3 Storage Lens configuration is enabled.
AwsOrg object
StorageLensArn string
View JSON Schema on GitHub

JSON Schema

amazon-s3-control-storage-lens-configuration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "StorageLensConfiguration",
  "type": "object",
  "description": "A container for the Amazon S3 Storage Lens configuration.",
  "properties": {
    "Id": {
      "type": "string",
      "description": "A container for the Storage Lens configuration ID."
    },
    "AccountLevel": {
      "type": "object",
      "description": "A container for the account-level settings for S3 Storage Lens."
    },
    "Include": {
      "type": "object"
    },
    "Exclude": {
      "type": "object"
    },
    "DataExport": {
      "type": "object"
    },
    "IsEnabled": {
      "type": "boolean",
      "description": "A container for whether the S3 Storage Lens configuration is enabled."
    },
    "AwsOrg": {
      "type": "object"
    },
    "StorageLensArn": {
      "type": "string"
    }
  }
}