Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

OnlineStoreConfig

import type { OnlineStoreConfig } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

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.

interface OnlineStoreConfig {
EnableOnlineStore?: boolean | null;
SecurityConfig?: OnlineStoreSecurityConfig | null;
}

§Properties

§
EnableOnlineStore?: boolean | null
[src]

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.

§
SecurityConfig?: OnlineStoreSecurityConfig | null
[src]

Use to specify KMS Key ID (KMSKeyId) for at-rest encryption of your OnlineStore.