FlowSourceFlowConfigSourceConnectorProperties constructor
const
FlowSourceFlowConfigSourceConnectorProperties({
- Input<
FlowSourceFlowConfigSourceConnectorPropertiesAmplitude?> ? amplitude, - Input<
FlowSourceFlowConfigSourceConnectorPropertiesCustomConnector?> ? customConnector, - Input<
FlowSourceFlowConfigSourceConnectorPropertiesDatadog?> ? datadog, - Input<
FlowSourceFlowConfigSourceConnectorPropertiesDynatrace?> ? dynatrace, - Input<
FlowSourceFlowConfigSourceConnectorPropertiesGoogleAnalytics?> ? googleAnalytics, - Input<
FlowSourceFlowConfigSourceConnectorPropertiesInforNexus?> ? inforNexus, - Input<
FlowSourceFlowConfigSourceConnectorPropertiesMarketo?> ? marketo, - Input<
FlowSourceFlowConfigSourceConnectorPropertiesS3?> ? s3, - Input<
FlowSourceFlowConfigSourceConnectorPropertiesSalesforce?> ? salesforce, - Input<
FlowSourceFlowConfigSourceConnectorPropertiesSapoData?> ? sapoData, - Input<
FlowSourceFlowConfigSourceConnectorPropertiesServiceNow?> ? serviceNow, - Input<
FlowSourceFlowConfigSourceConnectorPropertiesSingular?> ? singular, - Input<
FlowSourceFlowConfigSourceConnectorPropertiesSlack?> ? slack, - Input<
FlowSourceFlowConfigSourceConnectorPropertiesTrendmicro?> ? trendmicro, - Input<
FlowSourceFlowConfigSourceConnectorPropertiesVeeva?> ? veeva, - Input<
FlowSourceFlowConfigSourceConnectorPropertiesZendesk?> ? zendesk,
Creates a new FlowSourceFlowConfigSourceConnectorProperties.
amplitude Optional.
customConnector Optional.
datadog Optional.
dynatrace Optional.
googleAnalytics Optional.
inforNexus Optional.
marketo Optional.
s3 Optional.
salesforce Optional.
sapoData Optional.
serviceNow Optional.
singular Optional.
slack Optional.
trendmicro Optional.
veeva Optional.
zendesk Optional.
Implementation
const FlowSourceFlowConfigSourceConnectorProperties({
this.amplitude,
this.customConnector,
this.datadog,
this.dynatrace,
this.googleAnalytics,
this.inforNexus,
this.marketo,
this.s3,
this.salesforce,
this.sapoData,
this.serviceNow,
this.singular,
this.slack,
this.trendmicro,
this.veeva,
this.zendesk,
});