Class ConfigureRequest
java.lang.Object
com.pulumi.provider.internal.models.ConfigureRequest
-
Constructor Summary
ConstructorsConstructorDescriptionConfigureRequest(Map<String, String> variables, Map<String, PropertyValue> args, boolean acceptSecrets, boolean acceptResources) -
Method Summary
-
Constructor Details
-
ConfigureRequest
-
-
Method Details
-
getVariables
-
getArgs
-
isAcceptSecrets
public boolean isAcceptSecrets() -
isAcceptResources
public boolean isAcceptResources()
-