@pulumi/pulumi
    Preparing search index...

    Interface StackReferenceArgs

    The set of arguments for constructing a StackReference resource.

    interface StackReferenceArgs {
        name?: Input<string>;
    }
    Index

    Properties

    Properties

    name?: Input<string>

    The name of the stack to reference.