encryption

@JvmName(name = "vlimrxcovbucfhaj")
suspend fun encryption(value: Output<VolumeGroupEncryptionArgs>)
@JvmName(name = "bqxmiuvqwhgocucd")
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 = "cqidehcrrosqsene")
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.