Struct aws_sdk_appflow::model::DestinationFlowConfig [−][src]
#[non_exhaustive]pub struct DestinationFlowConfig {
pub connector_type: Option<ConnectorType>,
pub connector_profile_name: Option<String>,
pub destination_connector_properties: Option<DestinationConnectorProperties>,
}
Expand description
Contains information about the configuration of destination connectors present in the flow.
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.connector_type: Option<ConnectorType>
The type of connector, such as Salesforce, Amplitude, and so on.
connector_profile_name: Option<String>
The name of the connector profile. This name must be unique for each connector profile in the Amazon Web Services account.
destination_connector_properties: Option<DestinationConnectorProperties>
This stores the information that is required to query a particular connector.
Implementations
The type of connector, such as Salesforce, Amplitude, and so on.
The name of the connector profile. This name must be unique for each connector profile in the Amazon Web Services account.
This stores the information that is required to query a particular connector.
Creates a new builder-style object to manufacture DestinationFlowConfig
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 DestinationFlowConfig
impl Send for DestinationFlowConfig
impl Sync for DestinationFlowConfig
impl Unpin for DestinationFlowConfig
impl UnwindSafe for DestinationFlowConfig
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