Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data S3ContentLocation Source #
For a Kinesis Data Analytics application provides a description of an Amazon S3 object, including the Amazon Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the version number of the Amazon S3 object that contains the data.
See: newS3ContentLocation
smart constructor.
Instances
Create a value of S3ContentLocation
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:objectVersion:S3ContentLocation'
, s3ContentLocation_objectVersion
- The version of the object containing the application code.
$sel:bucketARN:S3ContentLocation'
, s3ContentLocation_bucketARN
- The Amazon Resource Name (ARN) for the S3 bucket containing the
application code.
$sel:fileKey:S3ContentLocation'
, s3ContentLocation_fileKey
- The file key for the object containing the application code.
s3ContentLocation_objectVersion :: Lens' S3ContentLocation (Maybe Text) Source #
The version of the object containing the application code.
s3ContentLocation_bucketARN :: Lens' S3ContentLocation Text Source #
The Amazon Resource Name (ARN) for the S3 bucket containing the application code.
s3ContentLocation_fileKey :: Lens' S3ContentLocation Text Source #
The file key for the object containing the application code.