Class StackReferenceOutputDetails

java.lang.Object
com.pulumi.resources.StackReferenceOutputDetails

public class StackReferenceOutputDetails extends Object
StackReferenceOutputDetails records an output from a StackReference.

At most one of value and secretValue will be set.

  • Constructor Details

  • Method Details

    • getValue

      public Optional<Object> getValue()
      Returns the value of the output.

      Returns an absent value if the output is a secret or if it does not exist.

    • getSecretValue

      public Optional<Object> getSecretValue()
      Returns the secret value of the output.

      Returns an absent value if the output is not a secret or if it does not exist.

    • builder

      public static StackReferenceOutputDetails.Builder builder()
      Creates a builder for a StackReferenceOutputDetails.
      Returns:
      a builder instance