class Aws::SageMaker::Types::OnlineStoreConfig

Use this to specify the Amazon Web Services Key Management Service (KMS) Key ID, or `KMSKeyId`, for at rest data encryption. You can turn `OnlineStore` on or off by specifying the `EnableOnlineStore` flag at General Assembly; the default value is `False`.

@note When making an API call, you may pass OnlineStoreConfig

data as a hash:

    {
      security_config: {
        kms_key_id: "KmsKeyId",
      },
      enable_online_store: false,
    }

@!attribute [rw] security_config

Use to specify KMS Key ID (`KMSKeyId`) for at-rest encryption of
your `OnlineStore`.
@return [Types::OnlineStoreSecurityConfig]

@!attribute [rw] enable_online_store

Turn `OnlineStore` off by specifying `False` for the
`EnableOnlineStore` flag. Turn `OnlineStore` on by specifying `True`
for the `EnableOnlineStore` flag.

The default value is `False`.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/OnlineStoreConfig AWS API Documentation

Constants

SENSITIVE