FlowDestinationFlowConfig

data class FlowDestinationFlowConfig(val apiVersion: String? = null, val connectorProfileName: String? = null, val connectorType: String, val destinationConnectorProperties: FlowDestinationFlowConfigDestinationConnectorProperties)

Constructors

Link copied to clipboard
constructor(apiVersion: String? = null, connectorProfileName: String? = null, connectorType: String, destinationConnectorProperties: FlowDestinationFlowConfigDestinationConnectorProperties)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val apiVersion: String? = null

API version that the destination connector uses.

Link copied to clipboard

Name of the connector profile. This name must be unique for each connector profile in the AWS account.

Link copied to clipboard

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.

Link copied to clipboard

This stores the information that is required to query a particular connector. See Destination Connector Properties for more information.