Struct aws_sdk_appflow::input::CreateFlowInput
source · [−]#[non_exhaustive]pub struct CreateFlowInput { /* private fields */ }
Implementations
sourceimpl CreateFlowInput
impl CreateFlowInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateFlow, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateFlow, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateFlow
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateFlowInput
.
sourceimpl CreateFlowInput
impl CreateFlowInput
sourcepub fn flow_name(&self) -> Option<&str>
pub fn flow_name(&self) -> Option<&str>
The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of the flow you want to create.
sourcepub fn kms_arn(&self) -> Option<&str>
pub fn kms_arn(&self) -> Option<&str>
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.
sourcepub fn trigger_config(&self) -> Option<&TriggerConfig>
pub fn trigger_config(&self) -> Option<&TriggerConfig>
The trigger settings that determine how and when the flow runs.
sourcepub fn source_flow_config(&self) -> Option<&SourceFlowConfig>
pub fn source_flow_config(&self) -> Option<&SourceFlowConfig>
The configuration that controls how Amazon AppFlow retrieves data from the source connector.
sourcepub fn destination_flow_config_list(&self) -> Option<&[DestinationFlowConfig]>
pub fn destination_flow_config_list(&self) -> Option<&[DestinationFlowConfig]>
The configuration that controls how Amazon AppFlow places data in the destination connector.
sourcepub fn tasks(&self) -> Option<&[Task]>
pub fn tasks(&self) -> Option<&[Task]>
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
The tags used to organize, track, or control access for your flow.
Trait Implementations
sourceimpl Clone for CreateFlowInput
impl Clone for CreateFlowInput
sourcefn clone(&self) -> CreateFlowInput
fn clone(&self) -> CreateFlowInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more