FeatureGroupOnlineStoreConfigSecurityConfig constructor

const FeatureGroupOnlineStoreConfigSecurityConfig({
  1. Input<String?>? kmsKeyId,
})

Creates a new FeatureGroupOnlineStoreConfigSecurityConfig. kmsKeyId ID of the KMS key that SageMaker AI Feature Store uses to encrypt the Amazon S3 objects at rest using Amazon S3 server-side encryption.

Implementation

const FeatureGroupOnlineStoreConfigSecurityConfig({
  this.kmsKeyId,
});