Storage Lens Configuration Storage Lens Configuration Data Export S3Bucket Destination
data class StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestination(val accountId: String, val arn: String, val encryption: StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryption? = null, val format: String, val outputSchemaVersion: String, val prefix: String? = null)
Properties
Link copied to clipboard
val encryption: StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryption? = null
Encryption of the metrics exports in this bucket. See Encryption below for more details.
Link copied to clipboard
The schema version of the export file. Valid values: V_1
.