| 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.KafkaConnect.Types.S3Location
Description
Synopsis
- data S3Location = S3Location' {}
- newS3Location :: Text -> Text -> S3Location
- s3Location_objectVersion :: Lens' S3Location (Maybe Text)
- s3Location_bucketArn :: Lens' S3Location Text
- s3Location_fileKey :: Lens' S3Location Text
Documentation
data S3Location Source #
The location of an object in Amazon S3.
See: newS3Location smart constructor.
Constructors
| S3Location' | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> S3Location |
Create a value of S3Location 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:S3Location', s3Location_objectVersion - The version of an object in an S3 bucket.
$sel:bucketArn:S3Location', s3Location_bucketArn - The Amazon Resource Name (ARN) of an S3 bucket.
$sel:fileKey:S3Location', s3Location_fileKey - The file key for an object in an S3 bucket.
s3Location_objectVersion :: Lens' S3Location (Maybe Text) Source #
The version of an object in an S3 bucket.
s3Location_bucketArn :: Lens' S3Location Text Source #
The Amazon Resource Name (ARN) of an S3 bucket.
s3Location_fileKey :: Lens' S3Location Text Source #
The file key for an object in an S3 bucket.