@pulumi/pulumi
    Preparing search index...

    Interface Deployment

    Deployment encapsulates the state of a stack deployment.

    interface Deployment {
        deployment: any;
        version: number;
    }
    Index

    Properties

    Properties

    deployment: any

    The pulumi deployment.

    version: number

    Version indicates the schema of the encoded deployment.