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:
String
ConnectorProfileName:String
ConnectorType:String
DestinationConnectorProperties:DestinationConnectorProperties
Properties
ApiVersion
-
The API version that the destination connector uses.
Required: No
Type: String
Maximum:
256
Pattern:
\S+
Update 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
Maximum:
256
Pattern:
[\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 | Snowflake
Required: 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.