encryption

@JvmName(name = "ioxpomkfeqrrucyc")
suspend fun encryption(value: Output<VolumeGroupEncryptionArgs>)
@JvmName(name = "pgsxasmsuuyqvvio")
suspend fun encryption(value: VolumeGroupEncryptionArgs?)

Parameters

value

An encryption block as defined below.

NOTE: The encryption block can only be set when encryption_type is set to EncryptionAtRestWithCustomerManagedKey.


@JvmName(name = "botxqxwikaehmlus")
suspend fun encryption(argument: suspend VolumeGroupEncryptionArgsBuilder.() -> Unit)

Parameters

argument

An encryption block as defined below.

NOTE: The encryption block can only be set when encryption_type is set to EncryptionAtRestWithCustomerManagedKey.