FlowDestinationFlowConfigDestinationConnectorProperties constructor

Creates a new FlowDestinationFlowConfigDestinationConnectorProperties. customConnector Optional. customerProfiles Properties required to query Amazon Connect Customer Profiles. See the destination_flow_config.destination_connector_properties.customer_profiles Block for details. eventBridge Properties required to query Amazon EventBridge. See the destination_flow_config.destination_connector_properties.event_bridge Block for details. honeycode Properties required to query Amazon Honeycode. See the destination_flow_config.destination_connector_properties.honeycode Block for details. lookoutMetrics Optional. marketo Optional. redshift Properties required to query Amazon Redshift. See the destination_flow_config.destination_connector_properties.redshift Block for details. s3 Optional. salesforce Optional. sapoData Optional. snowflake Properties required to query Snowflake. See the destination_flow_config.destination_connector_properties.snowflake Block for details. upsolver Properties required to query Upsolver. See the destination_flow_config.destination_connector_properties.upsolver Block for details. zendesk Optional.

Implementation

const FlowDestinationFlowConfigDestinationConnectorProperties({
  this.customConnector,
  this.customerProfiles,
  this.eventBridge,
  this.honeycode,
  this.lookoutMetrics,
  this.marketo,
  this.redshift,
  this.s3,
  this.salesforce,
  this.sapoData,
  this.snowflake,
  this.upsolver,
  this.zendesk,
});