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 |
Synopsis
- data S3DestinationProperties = S3DestinationProperties' {}
- newS3DestinationProperties :: Text -> S3DestinationProperties
- s3DestinationProperties_bucketPrefix :: Lens' S3DestinationProperties (Maybe Text)
- s3DestinationProperties_s3OutputFormatConfig :: Lens' S3DestinationProperties (Maybe S3OutputFormatConfig)
- s3DestinationProperties_bucketName :: Lens' S3DestinationProperties Text
Documentation
data S3DestinationProperties Source #
The properties that are applied when Amazon S3 is used as a destination.
See: newS3DestinationProperties
smart constructor.
S3DestinationProperties' | |
|
Instances
newS3DestinationProperties Source #
Create a value of S3DestinationProperties
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:bucketPrefix:S3DestinationProperties'
, s3DestinationProperties_bucketPrefix
- The object key for the destination bucket in which Amazon AppFlow places
the files.
$sel:s3OutputFormatConfig:S3DestinationProperties'
, s3DestinationProperties_s3OutputFormatConfig
- Undocumented member.
$sel:bucketName:S3DestinationProperties'
, s3DestinationProperties_bucketName
- The Amazon S3 bucket name in which Amazon AppFlow places the transferred
data.
s3DestinationProperties_bucketPrefix :: Lens' S3DestinationProperties (Maybe Text) Source #
The object key for the destination bucket in which Amazon AppFlow places the files.
s3DestinationProperties_s3OutputFormatConfig :: Lens' S3DestinationProperties (Maybe S3OutputFormatConfig) Source #
Undocumented member.
s3DestinationProperties_bucketName :: Lens' S3DestinationProperties Text Source #
The Amazon S3 bucket name in which Amazon AppFlow places the transferred data.