SnapshotPolicyCopyEncryptionConfigurationArgs

data class SnapshotPolicyCopyEncryptionConfigurationArgs(val encrypted: Output<Boolean>? = null, val kmsKeyId: Output<String>? = null) : ConvertibleToJava<SnapshotPolicyCopyEncryptionConfigurationArgs>

Constructors

constructor(encrypted: Output<Boolean>? = null, kmsKeyId: Output<String>? = null)

Properties

Link copied to clipboard
val encrypted: Output<Boolean>? = null
Link copied to clipboard
val kmsKeyId: Output<String>? = null

Functions

Link copied to clipboard
open override fun toJava(): SnapshotPolicyCopyEncryptionConfigurationArgs