Class Stack.StackInternal

    • Field Detail

      • RootPulumiStackTypeName

        @InternalUse
        public static final java.lang.String RootPulumiStackTypeName
        The type name that should be used to construct the root component in the tree of Pulumi resources allocated by a deployment. This must be kept up to date with "github.com/pulumi/pulumi/sdk/v3/go/common/resource/stack.RootStackType".
        See Also:
        Constant Field Values
    • Method Detail

      • getOutputs

        @InternalUse
        public Output<java.util.Map<java.lang.String,​Output<?>>> getOutputs()
      • registerPropertyOutputs

        @InternalUse
        public void registerPropertyOutputs()
        Validate the values and register them as stack outputs.
      • of

        @InternalUse
        public static Stack of​(java.util.function.Supplier<java.util.concurrent.CompletableFuture<java.util.Map<java.lang.String,​Output<?>>>> callback,
                               StackOptions options)