Interface representing a Data Connect connector configuration.
Signature:
export interface ConnectorConfig
Properties
| Property | Type | Description |
|---|---|---|
| connector | string | Name of the Data Connect connector. |
| location | string | Location ID of the Data Connect service. |
| serviceId | string | Service ID of the Data Connect service. |
ConnectorConfig.connector
Name of the Data Connect connector.
Signature:
connector?: string;
ConnectorConfig.location
Location ID of the Data Connect service.
Signature:
location: string;
ConnectorConfig.serviceId
Service ID of the Data Connect service.
Signature:
serviceId: string;