Deployment encapsulates the state of a stack deployment.

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

Properties

Properties

deployment: any

The pulumi deployment.

version: number

Version indicates the schema of the encoded deployment.

Generated using TypeDoc