This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::AppFlow::Flow DestinationFlowConfig
Contains information about the configuration of destination connectors present in the flow.
Syntax
To declare this entity in your AWS 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 Pattern: \S+Maximum: 256Update requires: No interruption 
- ConnectorProfileName
- 
                    The name of the connector profile. This name must be unique for each connector profile in the AWS account. Required: No Type: String Pattern: [\w/!@#+=.-]+Maximum: 256Update requires: No interruption 
- ConnectorType
- 
                    The type of destination connector, such as Sales force, Amazon S3, and so on. Required: Yes Type: String Allowed values: SAPOData | Salesforce | Pardot | Singular | Slack | Redshift | S3 | Marketo | Googleanalytics | Zendesk | Servicenow | Datadog | Trendmicro | Snowflake | Dynatrace | Infornexus | Amplitude | Veeva | CustomConnector | EventBridge | Upsolver | LookoutMetricsUpdate 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.