| 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.S3DataInput
Description
Documentation
data S3DataInput Source #
Path to Amazon S3 storage location for input data.
See: newS3DataInput smart constructor.
Constructors
| S3DataInput' | |
Fields
| |
Instances
Arguments
| :: MetadataProvider | |
| -> Text | |
| -> S3DataInput |
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.