@pulumi/pulumi - v3.251.0
    Preparing search index...

    Interface InlineProgramArgs

    Description of a stack backed by an inline (in process) Pulumi program.

    interface InlineProgramArgs {
        program: PulumiFn;
        projectName: string;
        stackName: string;
    }
    Index

    Properties

    program: PulumiFn

    The inline (in-process) Pulumi program to use with update and preview operations.

    projectName: string

    The associated project name.

    stackName: string

    The associated stack name.