libZSservicesZSamazonka-healthlakeZSamazonka-healthlake
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.HealthLake.Types.PreloadDataConfig

Description

 
Synopsis

Documentation

data PreloadDataConfig Source #

The input properties for the preloaded Data Store. Only data preloaded from Synthea is supported.

See: newPreloadDataConfig smart constructor.

Constructors

PreloadDataConfig' 

Fields

Instances

Instances details
Eq PreloadDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataConfig

Read PreloadDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataConfig

Show PreloadDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataConfig

Generic PreloadDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataConfig

Associated Types

type Rep PreloadDataConfig :: Type -> Type #

NFData PreloadDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataConfig

Methods

rnf :: PreloadDataConfig -> () #

Hashable PreloadDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataConfig

ToJSON PreloadDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataConfig

FromJSON PreloadDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataConfig

type Rep PreloadDataConfig Source # 
Instance details

Defined in Amazonka.HealthLake.Types.PreloadDataConfig

type Rep PreloadDataConfig = D1 ('MetaData "PreloadDataConfig" "Amazonka.HealthLake.Types.PreloadDataConfig" "libZSservicesZSamazonka-healthlakeZSamazonka-healthlake" 'False) (C1 ('MetaCons "PreloadDataConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "preloadDataType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PreloadDataType)))

newPreloadDataConfig Source #

Create a value of PreloadDataConfig 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:preloadDataType:PreloadDataConfig', preloadDataConfig_preloadDataType - The type of preloaded data. Only Synthea preloaded data is supported.

preloadDataConfig_preloadDataType :: Lens' PreloadDataConfig PreloadDataType Source #

The type of preloaded data. Only Synthea preloaded data is supported.