libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SageMaker.Types.OnlineStoreConfig

Description

 
Synopsis

Documentation

data OnlineStoreConfig Source #

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.

See: newOnlineStoreConfig smart constructor.

Constructors

OnlineStoreConfig' 

Fields

Instances

Instances details
Eq OnlineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreConfig

Read OnlineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreConfig

Show OnlineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreConfig

Generic OnlineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreConfig

Associated Types

type Rep OnlineStoreConfig :: Type -> Type #

NFData OnlineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreConfig

Methods

rnf :: OnlineStoreConfig -> () #

Hashable OnlineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreConfig

ToJSON OnlineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreConfig

FromJSON OnlineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreConfig

type Rep OnlineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreConfig

type Rep OnlineStoreConfig = D1 ('MetaData "OnlineStoreConfig" "Amazonka.SageMaker.Types.OnlineStoreConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "OnlineStoreConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "securityConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OnlineStoreSecurityConfig)) :*: S1 ('MetaSel ('Just "enableOnlineStore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newOnlineStoreConfig :: OnlineStoreConfig Source #

Create a value of OnlineStoreConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:securityConfig:OnlineStoreConfig', onlineStoreConfig_securityConfig - Use to specify KMS Key ID (KMSKeyId) for at-rest encryption of your OnlineStore.

$sel:enableOnlineStore:OnlineStoreConfig', onlineStoreConfig_enableOnlineStore - 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.

onlineStoreConfig_securityConfig :: Lens' OnlineStoreConfig (Maybe OnlineStoreSecurityConfig) Source #

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

onlineStoreConfig_enableOnlineStore :: Lens' OnlineStoreConfig (Maybe Bool) Source #

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.