Skip to main content
Module

x/fathym_common/mod.ts>EaCEnvironmentAsCode

The Fathym Reference Architecture provides the common foundation for applications built in Typescript.
Go to Latest
interface EaCEnvironmentAsCode
Re-export
import { type EaCEnvironmentAsCode } from "https://deno.land/x/fathym_common@v0.0.80-eac/mod.ts";

Properties

optional
Artifacts: { [key: string]: EaCArtifactAsCode; } | null
optional
Clouds: { [key: string]: EaCCloudAsCode; } | null
optional
DevOpsActions: { [key: string]: EaCDevOpsActionAsCode; } | null
optional
Secrets: { [key: string]: EaCSecretAsCode; } | null
optional
Sources: { [key: string]: EaCSourceControlAsCode; } | null