Struct aws_sdk_appflow::model::S3DestinationProperties [−][src]
#[non_exhaustive]pub struct S3DestinationProperties {
pub bucket_name: Option<String>,
pub bucket_prefix: Option<String>,
pub s3_output_format_config: Option<S3OutputFormatConfig>,
}
Expand description
The properties that are applied when Amazon S3 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 Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
bucket_prefix: Option<String>
The object key for the destination bucket in which Amazon AppFlow places the files.
s3_output_format_config: Option<S3OutputFormatConfig>
The configuration that determines how Amazon AppFlow should format the flow output data when Amazon S3 is used as the destination.
Implementations
The Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
The object key for the destination bucket in which Amazon AppFlow places the files.
The configuration that determines how Amazon AppFlow should format the flow output data when Amazon S3 is used as the destination.
Creates a new builder-style object to manufacture S3DestinationProperties
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 RefUnwindSafe for S3DestinationProperties
impl Send for S3DestinationProperties
impl Sync for S3DestinationProperties
impl Unpin for S3DestinationProperties
impl UnwindSafe for S3DestinationProperties
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