#[non_exhaustive]pub struct UpsolverDestinationProperties {
pub bucket_name: Option<String>,
pub bucket_prefix: Option<String>,
pub s3_output_format_config: Option<UpsolverS3OutputFormatConfig>,
}
Expand description
The properties that are applied when Upsolver is used as a destination.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.bucket_name: Option<String>
The Upsolver Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
bucket_prefix: Option<String>
The object key for the destination Upsolver Amazon S3 bucket in which Amazon AppFlow places the files.
s3_output_format_config: Option<UpsolverS3OutputFormatConfig>
The configuration that determines how data is formatted when Upsolver is used as the flow destination.
Implementations
The Upsolver Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
The object key for the destination Upsolver Amazon S3 bucket in which Amazon AppFlow places the files.
The configuration that determines how data is formatted when Upsolver is used as the flow destination.
Creates a new builder-style object to manufacture UpsolverDestinationProperties
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for UpsolverDestinationProperties
impl Sync for UpsolverDestinationProperties
impl Unpin for UpsolverDestinationProperties
impl UnwindSafe for UpsolverDestinationProperties
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more