Package com.pulumi.deployment
Class InvokeOutputOptions
- java.lang.Object
-
- com.pulumi.deployment.InvokeOptions
-
- com.pulumi.deployment.InvokeOutputOptions
-
@ParametersAreNonnullByDefault public class InvokeOutputOptions extends InvokeOptions
Options to help control the behavior ofDeployment.invoke(String, TypeShape, InvokeArgs, InvokeOutputOptions).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInvokeOutputOptions.Builderstatic classInvokeOutputOptions.InvokeOutputOptionsInternal-
Nested classes/interfaces inherited from class com.pulumi.deployment.InvokeOptions
InvokeOptions.InvokeOptionsInternal
-
-
Field Summary
Fields Modifier and Type Field Description static InvokeOutputOptionsEmpty
-
Constructor Summary
Constructors Constructor Description InvokeOutputOptions()InvokeOutputOptions(Resource parent, ProviderResource provider, java.lang.String version, java.lang.String pluginDownloadURL, java.util.List<Resource> dependsOn)InvokeOutputOptions(Resource parent, ProviderResource provider, java.lang.String version, java.util.List<Resource> dependsOn)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Resource>getDependsOn()Optional resources that this invoke depends on.-
Methods inherited from class com.pulumi.deployment.InvokeOptions
builder, getParent, getPluginDownloadURL, getProvider, getVersion
-
-
-
-
Field Detail
-
Empty
public static InvokeOutputOptions Empty
-
-
Constructor Detail
-
InvokeOutputOptions
public InvokeOutputOptions(@Nullable Resource parent, @Nullable ProviderResource provider, @Nullable java.lang.String version, @Nullable java.lang.String pluginDownloadURL, @Nullable java.util.List<Resource> dependsOn)
-
InvokeOutputOptions
public InvokeOutputOptions(@Nullable Resource parent, @Nullable ProviderResource provider, @Nullable java.lang.String version, @Nullable java.util.List<Resource> dependsOn)
-
InvokeOutputOptions
public InvokeOutputOptions()
-
-
Method Detail
-
getDependsOn
public java.util.List<Resource> getDependsOn()
Optional resources that this invoke depends on. The invoke will wait for these resources to be resolved before executing.
-
-