@pulumi/pulumi
    Preparing search index...

    Interface StackSummary

    A summary of the status of a given stack.

    interface StackSummary {
        current: boolean;
        lastUpdate?: string;
        name: string;
        resourceCount?: number;
        updateInProgress?: boolean;
        url?: string;
    }
    Index

    Properties

    current: boolean
    lastUpdate?: string
    name: string
    resourceCount?: number
    updateInProgress?: boolean
    url?: string