| 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.KinesisAnalyticsV2.Types.S3Configuration
Description
Synopsis
Documentation
data S3Configuration Source #
For a SQL-based Kinesis Data Analytics application, provides a description of an Amazon S3 data source, including the Amazon Resource Name (ARN) of the S3 bucket and the name of the Amazon S3 object that contains the data.
See: newS3Configuration smart constructor.
Constructors
| S3Configuration' | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> S3Configuration |
Create a value of S3Configuration 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:bucketARN:S3Configuration', s3Configuration_bucketARN - The ARN of the S3 bucket that contains the data.
$sel:fileKey:S3Configuration', s3Configuration_fileKey - The name of the object that contains the data.
s3Configuration_bucketARN :: Lens' S3Configuration Text Source #
The ARN of the S3 bucket that contains the data.
s3Configuration_fileKey :: Lens' S3Configuration Text Source #
The name of the object that contains the data.