FlowDestinationFlowConfig constructor
const
FlowDestinationFlowConfig({
- Input<
String?> ? apiVersion, - Input<
String?> ? connectorProfileName, - required Input<
String> connectorType, - required Input<
FlowDestinationFlowConfigDestinationConnectorProperties> destinationConnectorProperties,
Creates a new FlowDestinationFlowConfig.
apiVersion API version that the destination connector uses.
connectorProfileName Name of the connector profile. Must be unique for each connector profile in the AWS account.
connectorType Type of connector, such as Salesforce, Amplitude, and so on. Valid values are Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles, SAPOData, and CustomConnector.
destinationConnectorProperties Information required to query a particular connector. See the destination_flow_config.destination_connector_properties Block for details.
Implementation
const FlowDestinationFlowConfig({
this.apiVersion,
this.connectorProfileName,
required this.connectorType,
required this.destinationConnectorProperties,
});