FeatureGroupOnlineStoreSecurityConfigArgs

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

Constructors

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

Properties

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

The AWS Key Management Service (KMS) key ARN that SageMaker Feature Store uses to encrypt the Amazon S3 objects at rest using Amazon S3 server-side encryption. The caller (either user or IAM role) of CreateFeatureGroup must have below permissions to the OnlineStore KmsKeyId :

Functions

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