Interface CamundaCloudConfig

interface CamundaCloudConfig {
    cacheDir?: string;
    cacheOnDisk?: boolean;
    clientId: string;
    clientSecret: string;
    clusterId: string;
    clusterRegion?: string;
}

Properties

cacheDir?: string
cacheOnDisk?: boolean
clientId: string

Just the UUID of the cluster

clientSecret: string
clusterId: string
clusterRegion?: string

Defaults to bru-2

Generated using TypeDoc