pulumi-aws-kotlin
5.42.0.1
pulumi-aws-kotlin/com.pulumi.aws.s3control.kotlin.outputs/StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryption

StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryption

data class StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryption(val sseKms: StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseKms? = null, val sseS3s: List<StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseS3>? = null)

Constructors

StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryption
Link copied to clipboard
fun StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryption(sseKms: StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseKms? = null, sseS3s: List<StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseS3>? = null)

Types

Companion
Link copied to clipboard
object Companion

Properties

sseKms
Link copied to clipboard
val sseKms: StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseKms? = null

SSE-KMS encryption. See SSE KMS below for more details.

sseS3s
Link copied to clipboard
val sseS3s: List<StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseS3>? = null

SSE-S3 encryption. An empty configuration block {} should be used.

© 2023 CopyrightGenerated by dokka