amazonka-sagemaker-2.0: Amazon SageMaker Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
FromJSON OnlineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreConfig

ToJSON 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 #

Read OnlineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreConfig

Show OnlineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreConfig

NFData OnlineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreConfig

Methods

rnf :: OnlineStoreConfig -> () #

Eq OnlineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreConfig

Hashable 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" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "OnlineStoreConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enableOnlineStore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "securityConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OnlineStoreSecurityConfig))))

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: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.

$sel:securityConfig:OnlineStoreConfig', onlineStoreConfig_securityConfig - 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.

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

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