Takomo v7.4.3
    Preparing search index...

    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 Summary)

    Index

    Properties

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