| 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.S3LocationDescription
Description
Synopsis
- data S3LocationDescription = S3LocationDescription' {}
- newS3LocationDescription :: S3LocationDescription
- s3LocationDescription_bucketArn :: Lens' S3LocationDescription (Maybe Text)
- s3LocationDescription_fileKey :: Lens' S3LocationDescription (Maybe Text)
- s3LocationDescription_objectVersion :: Lens' S3LocationDescription (Maybe Text)
Documentation
data S3LocationDescription Source #
The description of the location of an object in Amazon S3.
See: newS3LocationDescription smart constructor.
Constructors
| S3LocationDescription' | |
Instances
newS3LocationDescription :: S3LocationDescription Source #
Create a value of S3LocationDescription 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:S3LocationDescription', s3LocationDescription_bucketArn - The Amazon Resource Name (ARN) of an S3 bucket.
$sel:fileKey:S3LocationDescription', s3LocationDescription_fileKey - The file key for an object in an S3 bucket.
$sel:objectVersion:S3LocationDescription', s3LocationDescription_objectVersion - The version of an object in an S3 bucket.
s3LocationDescription_bucketArn :: Lens' S3LocationDescription (Maybe Text) Source #
The Amazon Resource Name (ARN) of an S3 bucket.
s3LocationDescription_fileKey :: Lens' S3LocationDescription (Maybe Text) Source #
The file key for an object in an S3 bucket.
s3LocationDescription_objectVersion :: Lens' S3LocationDescription (Maybe Text) Source #
The version of an object in an S3 bucket.