AWS::AppFlow::Flow DestinationFlowConfig
Contains information about the configuration of destination connectors present in the flow.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ApiVersion" :String, "ConnectorProfileName" :String, "ConnectorType" :String, "DestinationConnectorProperties" :DestinationConnectorProperties}
YAML
ApiVersion:StringConnectorProfileName:StringConnectorType:StringDestinationConnectorProperties:DestinationConnectorProperties
Properties
ApiVersion-
The API version that the destination connector uses.
Required: No
Type: String
Maximum:
256Pattern:
\S+Update requires: No interruption
ConnectorProfileName-
The name of the connector profile. This name must be unique for each connector profile in the Amazon Web Services account.
Required: No
Type: String
Maximum:
256Pattern:
[\w/!@#+=.-]+Update requires: No interruption
ConnectorType-
The type of destination connector, such as Sales force, Amazon S3, and so on.
Allowed Values:
EventBridge | Redshift | S3 | Salesforce | SnowflakeRequired: Yes
Type: String
Update requires: No interruption
DestinationConnectorProperties-
This stores the information that is required to query a particular connector.
Required: Yes
Type: DestinationConnectorProperties
Update requires: No interruption
See also
-
DestinationConnectorProperties in the Amazon AppFlow API Reference.