Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/fathym_common/src/eac/EaCEnvironmentAsCode.ts>EaCEnvironmentAsCode

The Fathym Reference Architecture provides the common foundation for applications built in Typescript.
Go to Latest
interface EaCEnvironmentAsCode
import { type EaCEnvironmentAsCode } from "https://deno.land/x/fathym_common@v0.0.177/src/eac/EaCEnvironmentAsCode.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
optional
IoT: { [key: string]: EaCIoTAsCode; } | null