amazonka-sagemaker-geospatial-2.0: Amazon SageMaker geospatial capabilities 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.SageMakerGeoSpatial.Types.ExportS3DataInput

Description

 
Synopsis

Documentation

data ExportS3DataInput Source #

See: newExportS3DataInput smart constructor.

Constructors

ExportS3DataInput' 

Fields

  • kmsKeyId :: Maybe Text

    The Amazon Key Management Service (KMS) key ID for server-side encryption.

  • s3Uri :: Text

    The URL to the Amazon S3 data input.

Instances

Instances details
FromJSON ExportS3DataInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ExportS3DataInput

ToJSON ExportS3DataInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ExportS3DataInput

Generic ExportS3DataInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ExportS3DataInput

Associated Types

type Rep ExportS3DataInput :: Type -> Type #

Read ExportS3DataInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ExportS3DataInput

Show ExportS3DataInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ExportS3DataInput

NFData ExportS3DataInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ExportS3DataInput

Methods

rnf :: ExportS3DataInput -> () #

Eq ExportS3DataInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ExportS3DataInput

Hashable ExportS3DataInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ExportS3DataInput

type Rep ExportS3DataInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ExportS3DataInput

type Rep ExportS3DataInput = D1 ('MetaData "ExportS3DataInput" "Amazonka.SageMakerGeoSpatial.Types.ExportS3DataInput" "amazonka-sagemaker-geospatial-2.0-Fg7YtbyXAZrLwLaIITXFtu" 'False) (C1 ('MetaCons "ExportS3DataInput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newExportS3DataInput Source #

Create a value of ExportS3DataInput 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:kmsKeyId:ExportS3DataInput', exportS3DataInput_kmsKeyId - The Amazon Key Management Service (KMS) key ID for server-side encryption.

$sel:s3Uri:ExportS3DataInput', exportS3DataInput_s3Uri - The URL to the Amazon S3 data input.

exportS3DataInput_kmsKeyId :: Lens' ExportS3DataInput (Maybe Text) Source #

The Amazon Key Management Service (KMS) key ID for server-side encryption.

exportS3DataInput_s3Uri :: Lens' ExportS3DataInput Text Source #

The URL to the Amazon S3 data input.