Storage Lens Configuration Storage Lens Configuration Data Export S3Bucket Destination Args
data class StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationArgs(val accountId: Output<String>, val arn: Output<String>, val encryption: Output<StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionArgs>? = null, val format: Output<String>, val outputSchemaVersion: Output<String>, val prefix: Output<String>? = null) : ConvertibleToJava<StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationArgs>
Properties
Link copied to clipboard
val encryption: Output<StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionArgs>? = 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
.