AWS::AppFlow::Flow CustomConnectorSourceProperties
The properties that are applied when the custom connector is being used as a source.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CustomProperties" :
{
, "EntityName" :Key
:Value
, ...}String
}
YAML
CustomProperties:
EntityName:
Key
:Value
String
Properties
CustomProperties
-
Custom properties that are required to use the custom connector as a source.
Required: No
Type: Map of String
Update requires: No interruption
EntityName
-
The entity specified in the custom connector as a source in the flow.
Required: Yes
Type: String
Maximum:
1024
Pattern:
\S+
Update requires: No interruption