Type Alias AutomationConnectionCreationObject

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

Properties

connectorId: string

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

name?: string

The name of the created automation connection.

spaceId?: string

The unique identifier of the space in which the automation connection is created.