pub struct Task {
pub connector_operator: Option<Value<ConnectorOperator>>,
pub destination_field: Option<Value<String>>,
pub source_fields: ValueList<String>,
pub task_properties: Option<ValueList<TaskPropertiesObject>>,
pub task_type: Value<String>,
}Expand description
The AWS::AppFlow::Flow.Task property type.
Fields§
§connector_operator: Option<Value<ConnectorOperator>>Property ConnectorOperator.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
destination_field: Option<Value<String>>Property DestinationField.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
source_fields: ValueList<String>Property SourceFields.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
task_properties: Option<ValueList<TaskPropertiesObject>>Property TaskProperties.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
task_type: Value<String>Property TaskType.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Task
impl RefUnwindSafe for Task
impl Send for Task
impl Sync for Task
impl Unpin for Task
impl UnwindSafe for Task
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