Type Alias AutomationConnectionCreationObject

type AutomationConnectionCreationObject = {
    connectorId: string;
    name?: string;
    params?: automationConnections.AutomationConnectionParamCreateObject[];
    spaceId?: string;
}
Index

Properties

connectorId: string

The unique identifier of the connector from which the automation connection is created.

name?: string
spaceId?: string