FeatureGroupOnlineStoreConfigSecurityConfigArgs

data class FeatureGroupOnlineStoreConfigSecurityConfigArgs(val kmsKeyId: Output<String>? = null) : ConvertibleToJava<FeatureGroupOnlineStoreConfigSecurityConfigArgs>

Constructors

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

Properties

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

The ID of the AWS Key Management Service (AWS KMS) key that SageMaker Feature Store uses to encrypt the Amazon S3 objects at rest using Amazon S3 server-side encryption.

Functions

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