Interface DeploymentTargetConfig

interface DeploymentTargetConfig {
    accountId?: string;
    configSets: readonly ConfigSetInstruction[];
    deploymentRole?: CommandRole;
    deploymentRoleName?: string;
    description?: string;
    labels: readonly string[];
    name: string;
    status: DeploymentStatus;
    vars: Vars;
}

Hierarchy (view full)

Properties

accountId?: string
configSets: readonly ConfigSetInstruction[]
deploymentRole?: CommandRole
deploymentRoleName?: string
description?: string
labels: readonly string[]
name: string
vars: Vars

Generated using TypeDoc