Class ConfigureResponse
java.lang.Object
com.pulumi.provider.internal.models.ConfigureResponse
-
Constructor Summary
ConstructorsConstructorDescriptionConfigureResponse(boolean acceptSecrets, boolean supportsPreview, boolean acceptResources, boolean acceptOutputs) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanboolean
-
Constructor Details
-
ConfigureResponse
public ConfigureResponse(boolean acceptSecrets, boolean supportsPreview, boolean acceptResources, boolean acceptOutputs)
-
-
Method Details
-
isAcceptSecrets
public boolean isAcceptSecrets() -
isSupportsPreview
public boolean isSupportsPreview() -
isAcceptResources
public boolean isAcceptResources() -
isAcceptOutputs
public boolean isAcceptOutputs()
-