| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SageMakerGeoSpatial.Types.ExportS3DataInput
Description
Documentation
data ExportS3DataInput Source #
See: newExportS3DataInput smart constructor.
Constructors
| ExportS3DataInput' | |
Instances
Arguments
| :: Text | |
| -> ExportS3DataInput |
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.