Values.ConnectorProfileSourceDescribes an instance of a connector. This includes the provided name, credentials ARN, connection-mode, and so on. To keep the API intuitive and extensible, the fields that are common to all types of connector profiles are explicitly specified at the top level. The rest of the connector-specific properties are available via the connectorProfileProperties field.
type nonrec t = {connectorProfileArn : ConnectorProfileArn.t option;The Amazon Resource Name (ARN) of the connector profile.
*)connectorProfileName : ConnectorProfileName.t option;The name of the connector profile. The name is unique for each ConnectorProfile in the Amazon Web Services account.
*)connectorType : ConnectorType.t option;The type of connector, such as Salesforce, Amplitude, and so on.
*)connectorLabel : ConnectorLabel.t option;The label for the connector profile being created.
*)connectionMode : ConnectionMode.t option;Indicates the connection mode and if it is public or private.
*)credentialsArn : ARN.t option;The Amazon Resource Name (ARN) of the connector profile credentials.
*)connectorProfileProperties : ConnectorProfileProperties.t option;The connector-specific properties of the profile configuration.
*)createdAt : Date.t option;Specifies when the connector profile was created.
*)lastUpdatedAt : Date.t option;Specifies when the connector profile was last updated.
*)privateConnectionProvisioningState : PrivateConnectionProvisioningState.t
option;Specifies the private connection provisioning state.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ConnectorProfileArn.t
| `Structure of
(string
* [> `Enum of string
| `String of PrivateConnectionProvisioningFailureMessage.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of PortNumber.t
| `Map of
([> `String of ProfilePropertyKey.t ]
* [> `String of ProfilePropertyValue.t ])
list
| `String of InstanceUrl.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of OAuthScope.t ] list
| `Map of
([> `String of CustomPropertyKey.t ]
* [> `String of CustomPropertyValue.t ])
list
| `String of TokenUrl.t ])
list ])
list ])
list
| `Timestamp of Date.t ])
list ]