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