AppliedPluginV2Response: {
    alias: string;
    connections?: ConnectionsResponse;
    inCloud?: boolean;
    inputs?: { [key: string]: object };
    links?: Link[];
    name: string;
    pluginVersionId: string;
    runType?:
        | "DEPLOY"
        | "DEPLOY_SELF_HOSTED"
        | "DESTROY"
        | "DESTROY_SELF_HOSTED"
        | "IAC"
        | "IAC_SELF_HOSTED";
    stackVersionId: string;
    status?: | "PENDING"
    | "READY_TO_RUN"
    | "RUNNING"
    | "SUCCEEDED"
    | "FAILED"
    | "INTERNAL_ERROR"
    | "ABORTED"
    | "EXTERNAL_ERROR"
    | "DESTROYED";
    type?: string;
}

Type declaration

  • alias: string
  • Optionalconnections?: ConnectionsResponse
  • OptionalinCloud?: boolean
  • Optionalinputs?: { [key: string]: object }
  • Optionallinks?: Link[]
  • name: string
  • pluginVersionId: string
  • OptionalrunType?:
        | "DEPLOY"
        | "DEPLOY_SELF_HOSTED"
        | "DESTROY"
        | "DESTROY_SELF_HOSTED"
        | "IAC"
        | "IAC_SELF_HOSTED"
  • stackVersionId: string
  • Optionalstatus?:
        | "PENDING"
        | "READY_TO_RUN"
        | "RUNNING"
        | "SUCCEEDED"
        | "FAILED"
        | "INTERNAL_ERROR"
        | "ABORTED"
        | "EXTERNAL_ERROR"
        | "DESTROYED"
  • Optionaltype?: string