Amazon S3 · JSON Structure

Amazon S3 Control Storage Lens Configuration Structure

Type: object Properties: 8
ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

StorageLensConfiguration is a JSON Structure definition published by Amazon S3, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

Id AccountLevel Include Exclude DataExport IsEnabled AwsOrg StorageLensArn

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "StorageLensConfiguration",
  "type": "object",
  "properties": {
    "Id": {
      "type": "string"
    },
    "AccountLevel": {
      "type": "object"
    },
    "Include": {
      "type": "object"
    },
    "Exclude": {
      "type": "object"
    },
    "DataExport": {
      "type": "object"
    },
    "IsEnabled": {
      "type": "boolean"
    },
    "AwsOrg": {
      "type": "object"
    },
    "StorageLensArn": {
      "type": "string"
    }
  }
}