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

Description

 
Synopsis

Documentation

data S3DataInput Source #

Path to Amazon S3 storage location for input data.

See: newS3DataInput smart constructor.

Constructors

S3DataInput' 

Fields

Instances

Instances details
FromJSON S3DataInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.S3DataInput

ToJSON S3DataInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.S3DataInput

Generic S3DataInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.S3DataInput

Associated Types

type Rep S3DataInput :: Type -> Type #

Read S3DataInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.S3DataInput

Show S3DataInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.S3DataInput

NFData S3DataInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.S3DataInput

Methods

rnf :: S3DataInput -> () #

Eq S3DataInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.S3DataInput

Hashable S3DataInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.S3DataInput

type Rep S3DataInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.S3DataInput

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

newS3DataInput Source #

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

$sel:metadataProvider:S3DataInput', s3DataInput_metadataProvider -

$sel:s3Uri:S3DataInput', s3DataInput_s3Uri - The URL to the Amazon S3 input.

s3DataInput_kmsKeyId :: Lens' S3DataInput (Maybe Text) Source #

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

s3DataInput_s3Uri :: Lens' S3DataInput Text Source #

The URL to the Amazon S3 input.