diagrams-js
Version:
A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code
17 lines (16 loc) • 1.74 kB
TypeScript
export declare function AccessContextManager(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function AssuredWorkloads(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CertificateAuthorityService(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CertificateManager(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function CloudAssetInventory(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Iam(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function IAP(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function KeyManagementService(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function ResourceManager(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SecretManager(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SecurityCommandCenter(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SecurityHealthAdvisor(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function SecurityScanner(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare const ACM: typeof AccessContextManager;
export declare const KMS: typeof KeyManagementService;
export declare const SCC: typeof SecurityCommandCenter;