Storage Lens Configuration Storage Lens Configuration Data Export S3Bucket Destination Encryption
data class StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryption(val sseKms: StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseKms? = null, val sseS3s: List<StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseS3>? = null)
Constructors
Link copied to clipboard
constructor(sseKms: StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseKms? = null, sseS3s: List<StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseS3>? = null)
Properties
Link copied to clipboard
val sseKms: StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseKms? = null
SSE-KMS encryption. See SSE KMS below for more details.
Link copied to clipboard
val sseS3s: List<StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseS3>? = null
SSE-S3 encryption. An empty configuration block {}
should be used.