Skip to main content

Initializer

import { RemoteBackendConfig } from 'cdktn'

const remoteBackendConfig: RemoteBackendConfig = { ... }

Properties

NameTypeDescription
organizationstringNo description.
workspacesIRemoteWorkspaceNo description.
hostnamestringNo description.
tokenstringNo description.

organizationRequired

public readonly organization: string;
  • Type: string

workspacesRequired

public readonly workspaces: IRemoteWorkspace;

hostnameOptional

public readonly hostname: string;
  • Type: string

tokenOptional

public readonly token: string;
  • Type: string