pub struct UpsolverS3OutputFormatConfig {
pub aggregation_config: Option<Value<AggregationConfig>>,
pub file_type: Option<Value<String>>,
pub prefix_config: Value<PrefixConfig>,
}Expand description
The AWS::AppFlow::Flow.UpsolverS3OutputFormatConfig property type.
Fields§
§aggregation_config: Option<Value<AggregationConfig>>Property AggregationConfig.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
file_type: Option<Value<String>>Property FileType.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
prefix_config: Value<PrefixConfig>Property PrefixConfig.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for UpsolverS3OutputFormatConfig
impl Debug for UpsolverS3OutputFormatConfig
Source§impl Default for UpsolverS3OutputFormatConfig
impl Default for UpsolverS3OutputFormatConfig
Source§fn default() -> UpsolverS3OutputFormatConfig
fn default() -> UpsolverS3OutputFormatConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UpsolverS3OutputFormatConfig
impl RefUnwindSafe for UpsolverS3OutputFormatConfig
impl Send for UpsolverS3OutputFormatConfig
impl Sync for UpsolverS3OutputFormatConfig
impl Unpin for UpsolverS3OutputFormatConfig
impl UnwindSafe for UpsolverS3OutputFormatConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more