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

Description

 
Synopsis

Documentation

data S3Configuration Source #

The configuration of the S3 bucket for either an import or export job. This includes assigning permissions for access.

See: newS3Configuration smart constructor.

Constructors

S3Configuration' 

Fields

  • s3Uri :: Text

    The S3Uri is the user specified S3 location of the FHIR data to be imported into Amazon HealthLake.

  • kmsKeyId :: Text

    The KMS key ID used to access the S3 bucket.

Instances

Instances details
Eq S3Configuration Source # 
Instance details

Defined in Amazonka.HealthLake.Types.S3Configuration

Read S3Configuration Source # 
Instance details

Defined in Amazonka.HealthLake.Types.S3Configuration

Show S3Configuration Source # 
Instance details

Defined in Amazonka.HealthLake.Types.S3Configuration

Generic S3Configuration Source # 
Instance details

Defined in Amazonka.HealthLake.Types.S3Configuration

Associated Types

type Rep S3Configuration :: Type -> Type #

NFData S3Configuration Source # 
Instance details

Defined in Amazonka.HealthLake.Types.S3Configuration

Methods

rnf :: S3Configuration -> () #

Hashable S3Configuration Source # 
Instance details

Defined in Amazonka.HealthLake.Types.S3Configuration

ToJSON S3Configuration Source # 
Instance details

Defined in Amazonka.HealthLake.Types.S3Configuration

FromJSON S3Configuration Source # 
Instance details

Defined in Amazonka.HealthLake.Types.S3Configuration

type Rep S3Configuration Source # 
Instance details

Defined in Amazonka.HealthLake.Types.S3Configuration

type Rep S3Configuration = D1 ('MetaData "S3Configuration" "Amazonka.HealthLake.Types.S3Configuration" "libZSservicesZSamazonka-healthlakeZSamazonka-healthlake" 'False) (C1 ('MetaCons "S3Configuration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newS3Configuration Source #

Create a value of S3Configuration 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:s3Uri:S3Configuration', s3Configuration_s3Uri - The S3Uri is the user specified S3 location of the FHIR data to be imported into Amazon HealthLake.

$sel:kmsKeyId:S3Configuration', s3Configuration_kmsKeyId - The KMS key ID used to access the S3 bucket.

s3Configuration_s3Uri :: Lens' S3Configuration Text Source #

The S3Uri is the user specified S3 location of the FHIR data to be imported into Amazon HealthLake.

s3Configuration_kmsKeyId :: Lens' S3Configuration Text Source #

The KMS key ID used to access the S3 bucket.