Package com.pulumi.deployment
Class InvokeOutputOptions
java.lang.Object
com.pulumi.deployment.InvokeOptions
com.pulumi.deployment.InvokeOutputOptions
Options to help control the behavior of
Deployment.invoke(String, TypeShape, InvokeArgs, InvokeOutputOptions).-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classNested classes/interfaces inherited from class com.pulumi.deployment.InvokeOptions
InvokeOptions.InvokeOptionsInternal -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInvokeOutputOptions(Resource parent, ProviderResource provider, String version, String pluginDownloadURL, List<Resource> dependsOn) InvokeOutputOptions(Resource parent, ProviderResource provider, String version, List<Resource> dependsOn) -
Method Summary
Modifier and TypeMethodDescriptionOptional resources that this invoke depends on.Methods inherited from class com.pulumi.deployment.InvokeOptions
builder, getParent, getPluginDownloadURL, getProvider, getVersion
-
Field Details
-
Empty
-
-
Constructor Details
-
InvokeOutputOptions
-
InvokeOutputOptions
public InvokeOutputOptions(@Nullable Resource parent, @Nullable ProviderResource provider, @Nullable String version, @Nullable List<Resource> dependsOn) -
InvokeOutputOptions
public InvokeOutputOptions()
-
-
Method Details
-
getDependsOn
Optional resources that this invoke depends on. The invoke will wait for these resources to be resolved before executing.
-