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

Description

 
Synopsis

Documentation

data VectorEnrichmentJobS3Data Source #

The Amazon S3 data for the Vector Enrichment job.

See: newVectorEnrichmentJobS3Data smart constructor.

Constructors

VectorEnrichmentJobS3Data' 

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 for the Vector Enrichment job.

Instances

Instances details
FromJSON VectorEnrichmentJobS3Data Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.VectorEnrichmentJobS3Data

ToJSON VectorEnrichmentJobS3Data Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.VectorEnrichmentJobS3Data

Generic VectorEnrichmentJobS3Data Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.VectorEnrichmentJobS3Data

Associated Types

type Rep VectorEnrichmentJobS3Data :: Type -> Type #

Read VectorEnrichmentJobS3Data Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.VectorEnrichmentJobS3Data

Show VectorEnrichmentJobS3Data Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.VectorEnrichmentJobS3Data

NFData VectorEnrichmentJobS3Data Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.VectorEnrichmentJobS3Data

Eq VectorEnrichmentJobS3Data Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.VectorEnrichmentJobS3Data

Hashable VectorEnrichmentJobS3Data Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.VectorEnrichmentJobS3Data

type Rep VectorEnrichmentJobS3Data Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.VectorEnrichmentJobS3Data

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

newVectorEnrichmentJobS3Data Source #

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

$sel:s3Uri:VectorEnrichmentJobS3Data', vectorEnrichmentJobS3Data_s3Uri - The URL to the Amazon S3 data for the Vector Enrichment job.

vectorEnrichmentJobS3Data_kmsKeyId :: Lens' VectorEnrichmentJobS3Data (Maybe Text) Source #

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

vectorEnrichmentJobS3Data_s3Uri :: Lens' VectorEnrichmentJobS3Data Text Source #

The URL to the Amazon S3 data for the Vector Enrichment job.