| 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.DynamoDB.Types.S3BucketSource
Description
Synopsis
- data S3BucketSource = S3BucketSource' {
- s3BucketOwner :: Maybe Text
- s3KeyPrefix :: Maybe Text
- s3Bucket :: Text
- newS3BucketSource :: Text -> S3BucketSource
- s3BucketSource_s3BucketOwner :: Lens' S3BucketSource (Maybe Text)
- s3BucketSource_s3KeyPrefix :: Lens' S3BucketSource (Maybe Text)
- s3BucketSource_s3Bucket :: Lens' S3BucketSource Text
Documentation
data S3BucketSource Source #
The S3 bucket that is being imported from.
See: newS3BucketSource smart constructor.
Constructors
| S3BucketSource' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> S3BucketSource |
Create a value of S3BucketSource 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:s3BucketOwner:S3BucketSource', s3BucketSource_s3BucketOwner - The account number of the S3 bucket that is being imported from. If the
bucket is owned by the requester this is optional.
$sel:s3KeyPrefix:S3BucketSource', s3BucketSource_s3KeyPrefix - The key prefix shared by all S3 Objects that are being imported.
$sel:s3Bucket:S3BucketSource', s3BucketSource_s3Bucket - The S3 bucket that is being imported from.
s3BucketSource_s3BucketOwner :: Lens' S3BucketSource (Maybe Text) Source #
The account number of the S3 bucket that is being imported from. If the bucket is owned by the requester this is optional.
s3BucketSource_s3KeyPrefix :: Lens' S3BucketSource (Maybe Text) Source #
The key prefix shared by all S3 Objects that are being imported.
s3BucketSource_s3Bucket :: Lens' S3BucketSource Text Source #
The S3 bucket that is being imported from.