sse S3s
suspend fun sseS3s(value: Output<List<StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseS3Args>>)
suspend fun sseS3s(value: List<StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseS3Args>?)
Parameters
value
SSE-S3 encryption. An empty configuration block {}
should be used.
suspend fun sseS3s(vararg values: Output<StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseS3Args>)
suspend fun sseS3s(values: List<Output<StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseS3Args>>)
suspend fun sseS3s(vararg values: StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseS3Args)
Parameters
values
SSE-S3 encryption. An empty configuration block {}
should be used.
suspend fun sseS3s(argument: List<suspend StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseS3ArgsBuilder.() -> Unit>)
suspend fun sseS3s(vararg argument: suspend StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseS3ArgsBuilder.() -> Unit)
suspend fun sseS3s(argument: suspend StorageLensConfigurationStorageLensConfigurationDataExportS3BucketDestinationEncryptionSseS3ArgsBuilder.() -> Unit)
Parameters
argument
SSE-S3 encryption. An empty configuration block {}
should be used.