Function create_connector_with_id

Source
pub async fn create_connector_with_id(
    configuration: &Configuration,
    connector_id: &str,
    connector_request: Option<ConnectorRequest>,
) -> Result<ConnectorResponse, Error<CreateConnectorWithIdError>>
Expand description

Creates a connector. You can optionally specify an Id for the connector, if not provided one will be generated.