Values.DestinationConnectorPropertiesSourceThis stores the information that is required to query a particular connector.
type nonrec t = {redshift : RedshiftDestinationProperties.t option;The properties required to query Amazon Redshift.
*)s3 : S3DestinationProperties.t option;The properties required to query Amazon S3.
*)salesforce : SalesforceDestinationProperties.t option;The properties required to query Salesforce.
*)snowflake : SnowflakeDestinationProperties.t option;The properties required to query Snowflake.
*)eventBridge : EventBridgeDestinationProperties.t option;The properties required to query Amazon EventBridge.
*)lookoutMetrics : LookoutMetricsDestinationProperties.t option;The properties required to query Amazon Lookout for Metrics.
*)upsolver : UpsolverDestinationProperties.t option;The properties required to query Upsolver.
*)honeycode : HoneycodeDestinationProperties.t option;The properties required to query Amazon Honeycode.
*)customerProfiles : CustomerProfilesDestinationProperties.t option;The properties required to query Amazon Connect Customer Profiles.
*)zendesk : ZendeskDestinationProperties.t option;The properties required to query Zendesk.
*)marketo : MarketoDestinationProperties.t option;The properties required to query Marketo.
*)customConnector : CustomConnectorDestinationProperties.t option;The properties that are required to query the custom Connector.
*)sAPOData : SAPODataDestinationProperties.t option;The properties required to query SAPOData.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of [> `String of Name.t ] list
| `Map of
([> `String of CustomPropertyKey.t ]
* [> `String of CustomPropertyValue.t ])
list
| `String of Object.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of BucketPrefix.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `Long of Long.t ])
list ])
list ])
list ])
list ]