Package com.pulumi.resources
Class StackReferenceOutputDetails
java.lang.Object
com.pulumi.resources.StackReferenceOutputDetails
StackReferenceOutputDetails records an output from a StackReference.
At most one of value and secretValue will be set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilds instances of typeStackReferenceOutputDetails. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedStackReferenceOutputDetails(Optional<Object> value, Optional<Object> secretValue) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Creates a builder for aStackReferenceOutputDetails.Returns the secret value of the output.getValue()Returns the value of the output.
-
Constructor Details
-
StackReferenceOutputDetails
-
-
Method Details
-
getValue
Returns the value of the output.Returns an absent value if the output is a secret or if it does not exist.
-
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
Creates a builder for aStackReferenceOutputDetails.- Returns:
- a builder instance
-