| 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.Braket.Types.S3DataSource
Description
Synopsis
- data S3DataSource = S3DataSource' {}
- newS3DataSource :: Text -> S3DataSource
- s3DataSource_s3Uri :: Lens' S3DataSource Text
Documentation
data S3DataSource Source #
Information about the data stored in Amazon S3 used by the Amazon Braket job.
See: newS3DataSource smart constructor.
Constructors
| S3DataSource' | |
Instances
Arguments
| :: Text | |
| -> S3DataSource |
Create a value of S3DataSource 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:s3Uri:S3DataSource', s3DataSource_s3Uri - Depending on the value specified for the S3DataType, identifies either
a key name prefix or a manifest that locates the S3 data source.
s3DataSource_s3Uri :: Lens' S3DataSource Text Source #
Depending on the value specified for the S3DataType, identifies either
a key name prefix or a manifest that locates the S3 data source.