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 UpsolverDestinationProperties = UpsolverDestinationProperties' {}
- newUpsolverDestinationProperties :: Text -> UpsolverS3OutputFormatConfig -> UpsolverDestinationProperties
- upsolverDestinationProperties_bucketPrefix :: Lens' UpsolverDestinationProperties (Maybe Text)
- upsolverDestinationProperties_bucketName :: Lens' UpsolverDestinationProperties Text
- upsolverDestinationProperties_s3OutputFormatConfig :: Lens' UpsolverDestinationProperties UpsolverS3OutputFormatConfig
Documentation
data UpsolverDestinationProperties Source #
The properties that are applied when Upsolver is used as a destination.
See: newUpsolverDestinationProperties
smart constructor.
UpsolverDestinationProperties' | |
|
Instances
newUpsolverDestinationProperties Source #
Create a value of UpsolverDestinationProperties
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:UpsolverDestinationProperties'
, upsolverDestinationProperties_bucketPrefix
- The object key for the destination Upsolver Amazon S3 bucket in which
Amazon AppFlow places the files.
$sel:bucketName:UpsolverDestinationProperties'
, upsolverDestinationProperties_bucketName
- The Upsolver Amazon S3 bucket name in which Amazon AppFlow places the
transferred data.
$sel:s3OutputFormatConfig:UpsolverDestinationProperties'
, upsolverDestinationProperties_s3OutputFormatConfig
- The configuration that determines how data is formatted when Upsolver is
used as the flow destination.
upsolverDestinationProperties_bucketPrefix :: Lens' UpsolverDestinationProperties (Maybe Text) Source #
The object key for the destination Upsolver Amazon S3 bucket in which Amazon AppFlow places the files.
upsolverDestinationProperties_bucketName :: Lens' UpsolverDestinationProperties Text Source #
The Upsolver Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
upsolverDestinationProperties_s3OutputFormatConfig :: Lens' UpsolverDestinationProperties UpsolverS3OutputFormatConfig Source #
The configuration that determines how data is formatted when Upsolver is used as the flow destination.