Package com.pulumi.automation
package com.pulumi.automation
-
ClassDescription
AutomationExceptionis a base class for all exceptions thrown by the Automation API.CommandExceptionis thrown when a command fails.CommandResultrepresents the result of a command execution.Configuration options for running a Pulumi command.Builder forCommandRunOptions.ConcurrentUpdateExceptionis thrown when a stack is updated concurrently.ConfigValuerepresents a configuration value.Options controlling the behavior of aWorkspaceStack.destroy()operation.Builder forDestroyOptions.Options controlling the behavior of aWorkspaceStack.getHistory()operation.Builder forHistoryOptions.APulumiCommandimplementation that uses a locally installed Pulumi CLI.Options to configure aLocalPulumiCommandinstance.A builder forLocalPulumiCommandOptions.LocalWorkspace is a default implementation of the Workspace interface.Extensibility options to configure aLocalWorkspace; e.g: settings to seed and environment variables to pass through to every command.Builder forLocalWorkspaceOptions.An exception thrown when an expected event is missing.An exception thrown when aSummaryEventis missing.The type of operation being performed on a resource.Represents a stack output value.Config values for Importing Pending Create operations.Builder forPendingCreateValue.Information about a plugin.Options for installing plugins.Builder forPluginInstallOptions.The kind of Pulumi plugin.Options for removing plugins.Builder forPluginRemoveOptions.Options controlling the behavior of anWorkspaceStack.preview()operation.Builder forPreviewOptions.Represents the result of a preview operation.Configuration for the project's Pulumi state storage backend.Builder forProjectBackend.The project configuration items type.Builder forProjectConfigItemsType.The project configuration type.Builder forProjectConfigType.An optional set of project options.Builder forProjectOptions.Plugin options.Builder forProjectPluginOptions.A set of plugins configured for a Pulumi project.Builder forProjectPlugins.A description of the Project's program runtime and associated metadata.Builder forProjectRuntime.Supported Pulumi program language runtimes.Various configuration options that apply to different language runtimes.Builder forProjectRuntimeOptions.A Pulumi project manifest.Builder forProjectSettings.Thrown when creating a Workspace detects a conflict between project settings found on disk (such as Pulumi.yaml) and a ProjectSettings object passed to the Create API.A template used to seed new stacks created from this project.Builder forProjectTemplate.A placeholder config value for a project template.A Pulumi command.Options controlling the behavior of aWorkspaceStack.refresh()operation.Builder forRefreshOptions.Options to pass intoWorkspaceStack.changeSecretsProvider(String, SecretsProviderOptions).Builder forSecretsProviderOptions.An exception thrown when a stack already exists.Represents the state of a stack deployment as used byWorkspace.importStack(String, StackDeployment)andWorkspace.exportStack(String).An exception thrown when a stack is not found.Represents configuration settings for a stack.Builder forStackSettings.Represents a configuration value for a stack.Information about a stack.The kind of update being performed.Common options controlling the behavior of update actions taken against an instance ofWorkspaceStack.UpdateOptions.Builder<B extends UpdateOptions.Builder<B>>Base builder for all update options.The result of an update operation.The state of an update.Information about an update.Options controlling the behavior of anWorkspaceStack.up()operation.Builder forUpOptions.The result of an up operation.Represents a semantic version (SemVer).The result of aWorkspace.whoAmI()operation.Workspace is the execution context containing a single Pulumi project, a program, and multiple stacks.WorkspaceStackis an isolated, independently configurable instance of a Pulumi program.Class for manipulating stack state for a givenWorkspaceStack.