ModelPackageSecurityConfigArgs

data class ModelPackageSecurityConfigArgs(val kmsKeyId: Output<String>) : ConvertibleToJava<ModelPackageSecurityConfigArgs>

An optional AWS Key Management Service key to encrypt, decrypt, and re-encrypt model package information for regulated workloads with highly sensitive data.

Constructors

Link copied to clipboard
constructor(kmsKeyId: Output<String>)

Properties

Link copied to clipboard
val kmsKeyId: Output<String>

The AWS KMS Key ID (KMSKeyId) used for encryption of model package information.

Functions

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