GoogleCloudMlV1__EncryptionConfigArgs

data class GoogleCloudMlV1__EncryptionConfigArgs(val kmsKeyName: Output<String>? = null) : ConvertibleToJava<GoogleCloudMlV1__EncryptionConfigArgs>

Represents a custom encryption key configuration that can be applied to a resource.

Constructors

Link copied to clipboard
fun GoogleCloudMlV1__EncryptionConfigArgs(kmsKeyName: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val kmsKeyName: Output<String>? = null

The Cloud KMS resource identifier of the customer-managed encryption key used to protect a resource, such as a training job. It has the following format: projects/{PROJECT_ID}/locations/{REGION}/keyRings/{KEY_RING_NAME}/cryptoKeys/{KEY_NAME}