A B C D E F G H I J K L M N O P Q R S T U V W Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- add(Output<E>) - Method in class com.pulumi.core.Output.ListBuilder
- add(E) - Method in class com.pulumi.core.Output.ListBuilder
- add(E...) - Method in class com.pulumi.core.Output.ListBuilder
- ADD - com.pulumi.automation.events.DiffKind
-
Add indicates that the property was added.
- ADD_REPLACE - com.pulumi.automation.events.DiffKind
-
AddReplace indicates that the property was added and requires that the resource be replaced.
- addAll(Iterable<? extends E>) - Method in class com.pulumi.core.Output.ListBuilder
- addAll(Iterator<? extends E>) - Method in class com.pulumi.core.Output.ListBuilder
- addEnvironments(String, Collection<String>) - Method in class com.pulumi.automation.LocalWorkspace
-
Adds environments to the end of a stack's import list.
- addEnvironments(String, Collection<String>) - Method in class com.pulumi.automation.Workspace
-
Adds environments to the end of a stack's import list.
- addEnvironments(Collection<String>) - Method in class com.pulumi.automation.WorkspaceStack
-
Adds environments to the end of the stack's import list.
- additionalEnv() - Method in class com.pulumi.automation.CommandRunOptions
-
Returns the additional environment variables for the command.
- additionalEnv(Map<String, String>) - Method in class com.pulumi.automation.CommandRunOptions.Builder
-
Sets the additional environment variables for the command.
- additionalSecretOutputs(String...) - Method in class com.pulumi.resources.CustomResourceOptions.Builder
-
The names of outputs for this resource that should be treated as secrets.
- additionalSecretOutputs(List<String>) - Method in class com.pulumi.resources.CustomResourceOptions.Builder
- addParameter(TypeShape<?>) - Method in class com.pulumi.core.TypeShape.Builder
- addParameter(Class<?>) - Method in class com.pulumi.core.TypeShape.Builder
- addParameters(Class<?>...) - Method in class com.pulumi.core.TypeShape.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class codegen.LoaderOuterClass.GetSchemaResponse.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class codegen.LoaderOuterClass.Parameterization.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class codegen.MapperOuterClass.GetMappingRequest.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class codegen.MapperOuterClass.GetMappingResponse.Builder
- Alias - Class in com.pulumi.core
-
Alias is a description of prior named used for a resource.
- Alias.Builder - Class in com.pulumi.core
-
The
Alias
Alias.Builder
- aliases - Variable in class com.pulumi.resources.ResourceOptions
- aliases(Alias...) - Method in class com.pulumi.resources.ResourceOptions.Builder
-
An optional list of aliases to treat this resource as matching.
- aliases(Output<Alias>...) - Method in class com.pulumi.resources.ResourceOptions.Builder
- aliases(List<Output<Alias>>) - Method in class com.pulumi.resources.ResourceOptions.Builder
- all(Output<T>...) - Static method in interface com.pulumi.core.Output
- all(Iterable<Output<T>>) - Static method in interface com.pulumi.core.Output
- ANALYZER - com.pulumi.automation.PluginKind
- analyzers() - Method in class com.pulumi.automation.ProjectPlugins
-
The analyzer plugins to configure for the project.
- analyzers(List<ProjectPluginOptions>) - Method in class com.pulumi.automation.ProjectPlugins.Builder
-
The analyzer plugins to configure for the project.
- APIInternal() - Constructor for class com.pulumi.test.internal.PulumiTestInternal.APIInternal
- append(T1) - Method in class com.pulumi.core.Tuples.Tuple0
- append(T2) - Method in class com.pulumi.core.Tuples.Tuple1
- append(T3) - Method in class com.pulumi.core.Tuples.Tuple2
- append(T4) - Method in class com.pulumi.core.Tuples.Tuple3
- append(T5) - Method in class com.pulumi.core.Tuples.Tuple4
- append(T6) - Method in class com.pulumi.core.Tuples.Tuple5
- append(T7) - Method in class com.pulumi.core.Tuples.Tuple6
- append(T8) - Method in class com.pulumi.core.Tuples.Tuple7
- apply(ResourceTransformation.Args) - Method in interface com.pulumi.resources.ResourceTransformation
-
ResourceTransformation#apply is the callback signature for
ResourceOptions.getResourceTransformations()
. - apply(Function<T, Output<U>>) - Method in interface com.pulumi.core.Output
-
Transforms the data of this
Output
<T> with the providedfunc
. - applyValue(Function<T, U>) - Method in interface com.pulumi.core.Output
- Archive - Class in com.pulumi.asset
-
An Archive represents a collection of named assets.
- Archive(String, Object) - Constructor for class com.pulumi.asset.Archive
- ARCHIVE - com.pulumi.provider.internal.properties.PropertyValue.ValueType
- Archive.InvalidArchive - Class in com.pulumi.asset
- args - Variable in class com.pulumi.test.Mocks.CallArgs
-
Call arguments
- args() - Method in class com.pulumi.resources.ResourceTransformation.Args
- args() - Method in class com.pulumi.resources.ResourceTransformation.Result
- Args(Resource, ResourceArgs, ResourceOptions) - Constructor for class com.pulumi.resources.ResourceTransformation.Args
- ARRAY - com.pulumi.provider.internal.properties.PropertyValue.ValueType
- asPlaintext() - Method in interface com.pulumi.core.Output
-
Returns a new
Output
<T> which is a copy of the existing output but marked as a non-secret. - asSecret() - Method in interface com.pulumi.core.Output
-
Returns a new
Output
<T> which is a copy of the existing output but marked as a secret. - Asset - Class in com.pulumi.asset
-
Asset represents a single blob of text or data that is managed as a first class entity.
- Asset(String, Object) - Constructor for class com.pulumi.asset.Asset
- ASSET - com.pulumi.provider.internal.properties.PropertyValue.ValueType
- Asset.InvalidAsset - Class in com.pulumi.asset
- AssetArchive - Class in com.pulumi.asset
-
An AssetArchive is an archive created from an in-memory collection of named assets or other archives.
- AssetArchive(Map<String, AssetOrArchive>) - Constructor for class com.pulumi.asset.AssetArchive
- AssetOrArchive - Class in com.pulumi.asset
- AssetOrArchive(String, String, Object) - Constructor for class com.pulumi.asset.AssetOrArchive
- AssetOrArchive.AssetOrArchiveInternal - Class in com.pulumi.asset
- asString() - Method in class com.pulumi.core.TypeShape
-
Create a string representations of this
TypeShape
. - author() - Method in class com.pulumi.automation.ProjectSettings
-
The author of the project.
- author(String) - Method in class com.pulumi.automation.ProjectSettings.Builder
-
The author of the project.
- AutomationException - Exception in com.pulumi.automation
-
AutomationException
is a base class for all exceptions thrown by the Automation API. - AutomationException(String) - Constructor for exception com.pulumi.automation.AutomationException
- AutomationException(String, Throwable) - Constructor for exception com.pulumi.automation.AutomationException
- AutomationException(Throwable) - Constructor for exception com.pulumi.automation.AutomationException
B
- backend() - Method in class com.pulumi.automation.ProjectSettings
-
The backend of the project.
- backend(ProjectBackend) - Method in class com.pulumi.automation.ProjectSettings.Builder
-
The backend of the project.
- binary() - Method in class com.pulumi.automation.ProjectRuntimeOptions
-
Applies to Go, .NET, and Java projects only.
- binary(String) - Method in class com.pulumi.automation.ProjectRuntimeOptions.Builder
-
Applies to Go, .NET, and Java projects only.
- bindService() - Method in class codegen.LoaderGrpc.LoaderImplBase
- bindService() - Method in class codegen.MapperGrpc.MapperImplBase
- bindService(LoaderGrpc.AsyncService) - Static method in class codegen.LoaderGrpc
- bindService(MapperGrpc.AsyncService) - Static method in class codegen.MapperGrpc
- BOOL - com.pulumi.provider.internal.properties.PropertyValue.ValueType
- build() - Method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
- build() - Method in class codegen.LoaderOuterClass.GetSchemaResponse.Builder
- build() - Method in class codegen.LoaderOuterClass.Parameterization.Builder
- build() - Method in class codegen.MapperOuterClass.GetMappingRequest.Builder
- build() - Method in class codegen.MapperOuterClass.GetMappingResponse.Builder
- build() - Method in class com.pulumi.automation.CommandRunOptions.Builder
-
Builds the
CommandRunOptions
. - build() - Method in class com.pulumi.automation.DestroyOptions.Builder
-
Builds the
DestroyOptions
. - build() - Method in class com.pulumi.automation.HistoryOptions.Builder
-
Builds the
HistoryOptions
. - build() - Method in class com.pulumi.automation.LocalPulumiCommandOptions.Builder
-
Builds the
LocalPulumiCommandOptions
. - build() - Method in class com.pulumi.automation.LocalWorkspaceOptions.Builder
-
Builds the
LocalWorkspaceOptions
. - build() - Method in class com.pulumi.automation.PendingCreateValue.Builder
-
Builds the
PendingCreateValue
. - build() - Method in class com.pulumi.automation.PluginInstallOptions.Builder
-
Builds the
PluginInstallOptions
. - build() - Method in class com.pulumi.automation.PluginRemoveOptions.Builder
-
Builds the
PluginRemoveOptions
. - build() - Method in class com.pulumi.automation.PreviewOptions.Builder
-
Builds the
PreviewOptions
. - build() - Method in class com.pulumi.automation.ProjectBackend.Builder
-
Builds the
ProjectBackend
. - build() - Method in class com.pulumi.automation.ProjectConfigItemsType.Builder
-
Builds the
ProjectConfigItemsType
. - build() - Method in class com.pulumi.automation.ProjectConfigType.Builder
-
Builds the
ProjectConfigType
. - build() - Method in class com.pulumi.automation.ProjectOptions.Builder
-
Builds the
ProjectOptions
. - build() - Method in class com.pulumi.automation.ProjectPluginOptions.Builder
-
Builds the
ProjectPluginOptions
. - build() - Method in class com.pulumi.automation.ProjectPlugins.Builder
-
Builds the
ProjectPlugins
. - build() - Method in class com.pulumi.automation.ProjectRuntime.Builder
-
Builds the
ProjectRuntime
. - build() - Method in class com.pulumi.automation.ProjectRuntimeOptions.Builder
-
Builds the
ProjectRuntimeOptions
. - build() - Method in class com.pulumi.automation.ProjectSettings.Builder
-
Builds the
ProjectSettings
. - build() - Method in class com.pulumi.automation.ProjectTemplate.Builder
-
Builds the
ProjectTemplate
. - build() - Method in class com.pulumi.automation.RefreshOptions.Builder
-
Builds the
RefreshOptions
. - build() - Method in class com.pulumi.automation.SecretsProviderOptions.Builder
-
Builds a new
SecretsProviderOptions
instance. - build() - Method in class com.pulumi.automation.StackSettings.Builder
-
Builds the
StackSettings
. - build() - Method in class com.pulumi.automation.UpOptions.Builder
-
Builds the
UpOptions
. - build() - Method in class com.pulumi.core.Alias.Builder
- build() - Method in class com.pulumi.core.Output.ListBuilder
- build() - Method in class com.pulumi.core.Output.MapBuilder
- build() - Method in class com.pulumi.core.TypeShape.Builder
- build() - Method in class com.pulumi.deployment.InvokeOptions.Builder
- build() - Method in class com.pulumi.deployment.InvokeOutputOptions.Builder
- build() - Method in class com.pulumi.resources.ComponentResourceOptions.Builder
- build() - Method in class com.pulumi.resources.CustomResourceOptions.Builder
- build() - Method in class com.pulumi.resources.CustomTimeouts.Builder
- build() - Method in class com.pulumi.resources.StackOptions.Builder
- build() - Method in class com.pulumi.resources.StackReferenceArgs.Builder
- build() - Method in class com.pulumi.resources.StackReferenceOutputDetails.Builder
-
Builds a StackReferenceOutputDetails instance.
- build() - Method in class com.pulumi.test.internal.PulumiTestInternal.Builder
- build() - Method in class com.pulumi.test.TestOptions.Builder
- build(Channel, CallOptions) - Method in class codegen.LoaderGrpc.LoaderBlockingStub
- build(Channel, CallOptions) - Method in class codegen.LoaderGrpc.LoaderFutureStub
- build(Channel, CallOptions) - Method in class codegen.LoaderGrpc.LoaderStub
- build(Channel, CallOptions) - Method in class codegen.MapperGrpc.MapperBlockingStub
- build(Channel, CallOptions) - Method in class codegen.MapperGrpc.MapperFutureStub
- build(Channel, CallOptions) - Method in class codegen.MapperGrpc.MapperStub
- builder() - Static method in class com.pulumi.automation.CommandRunOptions
-
Returns a new builder for
CommandRunOptions
. - builder() - Static method in class com.pulumi.automation.DestroyOptions
-
Returns a new builder for
DestroyOptions
. - builder() - Static method in class com.pulumi.automation.HistoryOptions
-
Returns a new builder for
HistoryOptions
. - builder() - Static method in class com.pulumi.automation.LocalPulumiCommandOptions
-
Returns a new builder for
LocalPulumiCommandOptions
. - builder() - Static method in class com.pulumi.automation.LocalWorkspaceOptions
-
Returns a new builder for
LocalWorkspaceOptions
. - builder() - Static method in class com.pulumi.automation.PendingCreateValue
-
Returns a new builder for
PendingCreateValue
. - builder() - Static method in class com.pulumi.automation.PluginInstallOptions
-
Returns a new builder for
PluginInstallOptions
. - builder() - Static method in class com.pulumi.automation.PluginRemoveOptions
-
Returns a new builder for
PluginRemoveOptions
. - builder() - Static method in class com.pulumi.automation.PreviewOptions
-
Returns a new builder for
PreviewOptions
. - builder() - Static method in class com.pulumi.automation.ProjectBackend
-
Returns a new builder for
ProjectBackend
. - builder() - Static method in class com.pulumi.automation.ProjectConfigItemsType
-
Returns a new builder for
ProjectConfigItemsType
. - builder() - Static method in class com.pulumi.automation.ProjectConfigType
-
Returns a new builder for
ProjectConfigType
. - builder() - Static method in class com.pulumi.automation.ProjectOptions
-
Returns a new builder for
ProjectOptions
. - builder() - Static method in class com.pulumi.automation.ProjectPluginOptions
-
Returns a new builder for
ProjectPluginOptions
. - builder() - Static method in class com.pulumi.automation.ProjectPlugins
-
Returns a new builder for
ProjectPlugins
. - builder() - Static method in class com.pulumi.automation.ProjectRuntimeOptions
-
Returns a new builder for
ProjectRuntimeOptions
. - builder() - Static method in class com.pulumi.automation.ProjectTemplate
-
Returns a new builder for
ProjectTemplate
. - builder() - Static method in class com.pulumi.automation.RefreshOptions
-
Returns a new builder for
RefreshOptions
. - builder() - Static method in class com.pulumi.automation.SecretsProviderOptions
-
Creates a new builder for
SecretsProviderOptions
. - builder() - Static method in class com.pulumi.automation.StackSettings
-
Returns a new builder for
StackSettings
. - builder() - Static method in class com.pulumi.automation.UpOptions
-
Returns a new builder for
UpOptions
. - builder() - Static method in class com.pulumi.core.Alias
- builder() - Static method in class com.pulumi.deployment.InvokeOptions
- builder() - Static method in class com.pulumi.resources.ComponentResourceOptions
- builder() - Static method in class com.pulumi.resources.CustomResourceOptions
- builder() - Static method in class com.pulumi.resources.CustomTimeouts
- builder() - Static method in class com.pulumi.resources.StackOptions
- builder() - Static method in class com.pulumi.resources.StackReferenceArgs
- builder() - Static method in class com.pulumi.resources.StackReferenceOutputDetails
-
Creates a builder for a
StackReferenceOutputDetails
. - builder() - Static method in class com.pulumi.test.internal.PulumiTestInternal
- builder() - Static method in class com.pulumi.test.TestOptions
- builder(ProjectRuntimeName) - Static method in class com.pulumi.automation.ProjectRuntime
-
Returns a new builder for
ProjectRuntime
. - builder(Class<? super T>) - Static method in class com.pulumi.core.TypeShape
- builder(String, ProjectRuntime) - Static method in class com.pulumi.automation.ProjectSettings
-
Returns a new builder for
ProjectSettings
. - builder(String, ProjectRuntimeName) - Static method in class com.pulumi.automation.ProjectSettings
-
Returns a new builder for
ProjectSettings
. - Builder() - Constructor for class com.pulumi.automation.PendingCreateValue.Builder
- Builder() - Constructor for class com.pulumi.automation.UpdateOptions.Builder
- Builder() - Constructor for class com.pulumi.core.Alias.Builder
- Builder() - Constructor for class com.pulumi.deployment.InvokeOptions.Builder
- Builder() - Constructor for class com.pulumi.deployment.InvokeOutputOptions.Builder
- Builder() - Constructor for class com.pulumi.resources.CustomTimeouts.Builder
- Builder() - Constructor for class com.pulumi.resources.StackOptions.Builder
- Builder() - Constructor for class com.pulumi.resources.StackReferenceArgs.Builder
- Builder() - Constructor for class com.pulumi.test.internal.PulumiTestInternal.Builder
- Builder() - Constructor for class com.pulumi.test.TestOptions.Builder
- Builder(T) - Constructor for class com.pulumi.resources.ResourceOptions.Builder
- buildPartial() - Method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
- buildPartial() - Method in class codegen.LoaderOuterClass.GetSchemaResponse.Builder
- buildPartial() - Method in class codegen.LoaderOuterClass.Parameterization.Builder
- buildPartial() - Method in class codegen.MapperOuterClass.GetMappingRequest.Builder
- buildPartial() - Method in class codegen.MapperOuterClass.GetMappingResponse.Builder
- buildTarget() - Method in class com.pulumi.automation.ProjectRuntimeOptions
-
Applies to Go projects only.
- buildTarget(String) - Method in class com.pulumi.automation.ProjectRuntimeOptions.Builder
-
Applies to Go projects only.
C
- call(String, TypeShape<T>, CallArgs) - Method in interface com.pulumi.deployment.Deployment
- call(String, TypeShape<T>, CallArgs) - Method in class com.pulumi.test.internal.MockDeployment
- call(String, TypeShape<T>, CallArgs, Resource) - Method in interface com.pulumi.deployment.Deployment
- call(String, TypeShape<T>, CallArgs, Resource) - Method in class com.pulumi.test.internal.MockDeployment
- call(String, TypeShape<T>, CallArgs, Resource, CallOptions) - Method in interface com.pulumi.deployment.Deployment
-
Dynamically calls the function
token
, which is offered by a provider plugin. - call(String, TypeShape<T>, CallArgs, Resource, CallOptions) - Method in class com.pulumi.test.internal.MockDeployment
- call(String, CallArgs) - Method in interface com.pulumi.deployment.Deployment
-
Same as
Deployment.call(String, TypeShape, CallArgs, Resource, CallOptions)
, however the return value is ignored. - call(String, CallArgs) - Method in class com.pulumi.test.internal.MockDeployment
- call(String, CallArgs, Resource) - Method in interface com.pulumi.deployment.Deployment
-
Same as
Deployment.call(String, TypeShape, CallArgs, Resource, CallOptions)
, however the return value is ignored. - call(String, CallArgs, Resource) - Method in class com.pulumi.test.internal.MockDeployment
- call(String, CallArgs, Resource, CallOptions) - Method in interface com.pulumi.deployment.Deployment
-
Same as
Deployment.call(String, TypeShape, CallArgs, Resource, CallOptions)
, however the return value is ignored. - call(String, CallArgs, Resource, CallOptions) - Method in class com.pulumi.test.internal.MockDeployment
- CallArgs - Class in com.pulumi.resources
-
Base type for all call argument classes.
- CallArgs() - Constructor for class com.pulumi.resources.CallArgs
- CallArgs(String, ImmutableMap<String, Object>, String) - Constructor for class com.pulumi.test.Mocks.CallArgs
-
A mock call arguments.
- callAsync(Mocks.CallArgs) - Method in interface com.pulumi.test.Mocks
-
Invoked when the program needs to call a provider to load data (e.g., to retrieve an existing resource).
- callAsync(Resource.ResourceCallRequest) - Method in class com.pulumi.test.internal.MockMonitor
- CallOptions - Class in com.pulumi.deployment
-
Options to help control the behavior of @see
Deployment.call(String, TypeShape, CallArgs, Resource, CallOptions)
. - CallOptions() - Constructor for class com.pulumi.deployment.CallOptions
- CallOptions(Resource, ProviderResource, String) - Constructor for class com.pulumi.deployment.CallOptions
- CallOptions.CallOptionsInternal - Class in com.pulumi.deployment
- cancel() - Method in class com.pulumi.automation.WorkspaceStack
-
Cancel stops a stack's currently running update.
- cancelEvent() - Method in class com.pulumi.automation.events.EngineEvent
- CancelEvent - Class in com.pulumi.automation.events
-
CancelEvent
is emitted when the user initiates a cancellation of the update in progress, or the update successfully completes. - CancelEvent() - Constructor for class com.pulumi.automation.events.CancelEvent
- changeSecretsProvider(String) - Method in class com.pulumi.automation.WorkspaceStack
-
Change the secrets provider for a stack.
- changeSecretsProvider(String, SecretsProviderOptions) - Method in class com.pulumi.automation.WorkspaceStack
-
Change the secrets provider for the stack.
- changeSecretsProvider(String, String) - Method in class com.pulumi.automation.Workspace
-
Change the secrets provider for a stack.
- changeSecretsProvider(String, String, SecretsProviderOptions) - Method in class com.pulumi.automation.LocalWorkspace
-
Change the secrets provider for a stack.
- changeSecretsProvider(String, String, SecretsProviderOptions) - Method in class com.pulumi.automation.Workspace
-
Change the secrets provider for a stack.
- changeSummary() - Method in class com.pulumi.automation.PreviewResult
-
Returns a summary of the changes that would be applied by the preview operation.
- childResources - Variable in class com.pulumi.resources.Resource
- cleanup() - Static method in class com.pulumi.test.internal.PulumiTestInternal
- cleanup() - Static method in interface com.pulumi.test.PulumiTest
-
Cleanup internal test state.
- clear() - Method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
- clear() - Method in class codegen.LoaderOuterClass.GetSchemaResponse.Builder
- clear() - Method in class codegen.LoaderOuterClass.Parameterization.Builder
- clear() - Method in class codegen.MapperOuterClass.GetMappingRequest.Builder
- clear() - Method in class codegen.MapperOuterClass.GetMappingResponse.Builder
- clearData() - Method in class codegen.MapperOuterClass.GetMappingResponse.Builder
-
the conversion plugin specific data (if any)
- clearDownloadUrl() - Method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
-
the optional download url for the schema being requested.
- clearField(Descriptors.FieldDescriptor) - Method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class codegen.LoaderOuterClass.GetSchemaResponse.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class codegen.LoaderOuterClass.Parameterization.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class codegen.MapperOuterClass.GetMappingRequest.Builder
- clearField(Descriptors.FieldDescriptor) - Method in class codegen.MapperOuterClass.GetMappingResponse.Builder
- clearName() - Method in class codegen.LoaderOuterClass.Parameterization.Builder
-
the parameterized package name.
- clearOneof(Descriptors.OneofDescriptor) - Method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class codegen.LoaderOuterClass.GetSchemaResponse.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class codegen.LoaderOuterClass.Parameterization.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class codegen.MapperOuterClass.GetMappingRequest.Builder
- clearOneof(Descriptors.OneofDescriptor) - Method in class codegen.MapperOuterClass.GetMappingResponse.Builder
- clearPackage() - Method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
-
the package name for the schema being requested.
- clearParameterization() - Method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
-
the parameterization for the schema being requested, can be empty.
- clearPendingCreates() - Method in class com.pulumi.automation.RefreshOptions
-
Removes any pending create operations from the stack
- clearPendingCreates(boolean) - Method in class com.pulumi.automation.RefreshOptions.Builder
-
Removes any pending create operations from the stack
- clearProvider() - Method in class codegen.MapperOuterClass.GetMappingRequest.Builder
-
the provider name for the mapping being requested.
- clearPulumiProvider() - Method in class codegen.MapperOuterClass.GetMappingRequest.Builder
-
the expected name of the pulumi provider that maps to the requested provider.
- clearSchema() - Method in class codegen.LoaderOuterClass.GetSchemaResponse.Builder
-
the JSON encoded schema.
- clearValue() - Method in class codegen.LoaderOuterClass.Parameterization.Builder
-
the parameter value for the parameterized package.
- clearVersion() - Method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
-
the version for the schema being requested, must be a valid semver or empty.
- clearVersion() - Method in class codegen.LoaderOuterClass.Parameterization.Builder
-
the parameterized package version.
- clone() - Method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
- clone() - Method in class codegen.LoaderOuterClass.GetSchemaResponse.Builder
- clone() - Method in class codegen.LoaderOuterClass.Parameterization.Builder
- clone() - Method in class codegen.MapperOuterClass.GetMappingRequest.Builder
- clone() - Method in class codegen.MapperOuterClass.GetMappingResponse.Builder
- close() - Method in class com.pulumi.automation.events.internal.EventLogWatcher
- close() - Method in class com.pulumi.automation.LocalWorkspace
- close() - Method in class com.pulumi.automation.WorkspaceStack
- code() - Method in class com.pulumi.automation.CommandResult
-
Gets the exit code of the command.
- codegen - package codegen
- color() - Method in class com.pulumi.automation.events.DiagnosticEvent
-
Gets the color.
- color() - Method in class com.pulumi.automation.events.PolicyEvent
-
Gets the color.
- color() - Method in class com.pulumi.automation.events.StandardOutputEvent
-
Gets the color for display.
- color() - Method in class com.pulumi.automation.UpdateOptions
-
Colorize output.
- color(String) - Method in class com.pulumi.automation.UpdateOptions.Builder
-
Colorize output.
- com.pulumi - package com.pulumi
- com.pulumi.asset - package com.pulumi.asset
- com.pulumi.automation - package com.pulumi.automation
- com.pulumi.automation.events - package com.pulumi.automation.events
- com.pulumi.automation.events.internal - package com.pulumi.automation.events.internal
- com.pulumi.automation.serialization.internal - package com.pulumi.automation.serialization.internal
- com.pulumi.context - package com.pulumi.context
- com.pulumi.core - package com.pulumi.core
- com.pulumi.core.annotations - package com.pulumi.core.annotations
- com.pulumi.deployment - package com.pulumi.deployment
- com.pulumi.exceptions - package com.pulumi.exceptions
- com.pulumi.provider.internal - package com.pulumi.provider.internal
- com.pulumi.provider.internal.models - package com.pulumi.provider.internal.models
- com.pulumi.provider.internal.properties - package com.pulumi.provider.internal.properties
- com.pulumi.resources - package com.pulumi.resources
- com.pulumi.test - package com.pulumi.test
- com.pulumi.test.internal - package com.pulumi.test.internal
- CommandException - Exception in com.pulumi.automation
-
CommandException
is thrown when a command fails. - CommandException(CommandResult) - Constructor for exception com.pulumi.automation.CommandException
- CommandResult - Class in com.pulumi.automation
-
CommandResult
represents the result of a command execution. - CommandResult(int, String, String) - Constructor for class com.pulumi.automation.CommandResult
- CommandRunOptions - Class in com.pulumi.automation
-
Configuration options for running a Pulumi command.
- CommandRunOptions.Builder - Class in com.pulumi.automation
-
Builder for
CommandRunOptions
. - compareTo(Version) - Method in class com.pulumi.automation.Version
- compiler() - Method in class com.pulumi.automation.ProjectRuntimeOptions
-
Applies to YAML projects only.
- compiler(String) - Method in class com.pulumi.automation.ProjectRuntimeOptions.Builder
-
Applies to YAML projects only.
- complete(Output<T>) - Method in interface com.pulumi.resources.Resource.LazyField
- completeOrThrow(Output<T>) - Method in interface com.pulumi.resources.Resource.LazyField
- ComponentResource - Class in com.pulumi.resources
-
A @see
Resource
that aggregates one or more other child resources into a higher level abstraction. - ComponentResource(String, String) - Constructor for class com.pulumi.resources.ComponentResource
-
Creates and registers a new component resource, @see
ComponentResource(String, String, ResourceArgs, ComponentResourceOptions, boolean, CompletableFuture)
. - ComponentResource(String, String, ComponentResourceOptions) - Constructor for class com.pulumi.resources.ComponentResource
-
Creates and registers a new component resource, @see
ComponentResource(String, String, ResourceArgs, ComponentResourceOptions, boolean, CompletableFuture)
. - ComponentResource(String, String, ComponentResourceOptions, boolean) - Constructor for class com.pulumi.resources.ComponentResource
-
Creates and registers a new component resource, @see
ComponentResource(String, String, ResourceArgs, ComponentResourceOptions, boolean, CompletableFuture)
. - ComponentResource(String, String, ResourceArgs, ComponentResourceOptions) - Constructor for class com.pulumi.resources.ComponentResource
-
Creates and registers a new component resource, @see
ComponentResource(String, String, ResourceArgs, ComponentResourceOptions, boolean, CompletableFuture)
. - ComponentResource(String, String, ResourceArgs, ComponentResourceOptions, boolean) - Constructor for class com.pulumi.resources.ComponentResource
-
Creates and registers a new component resource, @see
ComponentResource(String, String, ResourceArgs, ComponentResourceOptions, boolean, CompletableFuture)
. - ComponentResource(String, String, ResourceArgs, ComponentResourceOptions, boolean, CompletableFuture<String>) - Constructor for class com.pulumi.resources.ComponentResource
-
Creates and registers a new component resource.
- ComponentResource.ComponentResourceInternal - Class in com.pulumi.resources
- ComponentResourceInternal(ComponentResource) - Constructor for class com.pulumi.resources.ComponentResource.ComponentResourceInternal
- ComponentResourceOptions - Class in com.pulumi.resources
-
A bag of optional settings that control a @see
ComponentResource
behavior. - ComponentResourceOptions(Output<String>, Resource, Output<List<Resource>>, boolean, List<String>, String, CustomTimeouts, List<ResourceTransformation>, List<Output<Alias>>, String, List<String>, boolean, String, List<ProviderResource>) - Constructor for class com.pulumi.resources.ComponentResourceOptions
- ComponentResourceOptions.Builder - Class in com.pulumi.resources
-
The
ComponentResourceOptions
builder. - COMPUTED - com.pulumi.provider.internal.properties.PropertyValue.ValueType
- COMPUTED - Static variable in class com.pulumi.provider.internal.properties.PropertyValue
- concatList(Output<List<E>>, Output<List<E>>) - Static method in interface com.pulumi.core.Output
-
Concatenates two lists of
Output
, can take anull
value that will be treated as an empty list, always returnsnon-null
. - concatMap(Output<Map<String, V>>, Output<Map<String, V>>) - Static method in interface com.pulumi.core.Output
-
Concatenates two
Map
wrapped in anOutput
. - ConcurrentUpdateException - Exception in com.pulumi.automation
-
ConcurrentUpdateException
is thrown when a stack is updated concurrently. - ConcurrentUpdateException(CommandResult) - Constructor for exception com.pulumi.automation.ConcurrentUpdateException
- config() - Method in class com.pulumi.automation.events.PreludeEvent
-
Gets the configuration keys and values for the update.
- config() - Method in class com.pulumi.automation.ProjectSettings
-
The config of the project.
- config() - Method in class com.pulumi.automation.ProjectTemplate
-
Optional template config.
- config() - Method in class com.pulumi.automation.StackSettings
-
Optional configuration bag.
- config() - Method in class com.pulumi.automation.UpdateSummary
-
Returns the configuration that was used for the update.
- config() - Method in interface com.pulumi.context.ConfigContext
-
Creates a new
Config
instance, with the default name, the name of the current project. - config(ImmutableMap<String, String>, ImmutableSet<String>) - Static method in class com.pulumi.test.internal.PulumiTestInternal
- config(String) - Method in interface com.pulumi.context.ConfigContext
-
Creates a new
Config
instance. - config(Map<String, ProjectConfigType>) - Method in class com.pulumi.automation.ProjectSettings.Builder
-
The config of the project.
- config(Map<String, ProjectTemplateConfigValue>) - Method in class com.pulumi.automation.ProjectTemplate.Builder
-
Optional template config.
- config(Map<String, StackSettingsConfigValue>) - Method in class com.pulumi.automation.StackSettings.Builder
-
The configuration for the stack.
- config(Map<String, String>) - Method in class com.pulumi.test.internal.PulumiTestInternal.Builder
-
Set configuration to use for this test
- config(Map<String, String>, Set<String>) - Method in class com.pulumi.test.internal.PulumiTestInternal.Builder
-
Set configuration to use for this test
- Config - Class in com.pulumi
-
Config is a bag of related configuration state.
- Config(DeploymentImpl.Config, String) - Constructor for class com.pulumi.Config
- Config.ConfigMissingException - Exception in com.pulumi
-
ConfigMissingException is used when a configuration value is completely missing.
- ConfigContext - Interface in com.pulumi.context
-
Provides
Config
in the current context. - ConfigMissingException(String) - Constructor for exception com.pulumi.Config.ConfigMissingException
- ConfigMissingException(String, List<String>) - Constructor for exception com.pulumi.Config.ConfigMissingException
- configure(ConfigureRequest) - Method in interface com.pulumi.provider.internal.Provider
-
Configure the provider with the given configuration parameters.
- ConfigureRequest - Class in com.pulumi.provider.internal.models
- ConfigureRequest(Map<String, String>, Map<String, PropertyValue>, boolean, boolean) - Constructor for class com.pulumi.provider.internal.models.ConfigureRequest
- ConfigureResponse - Class in com.pulumi.provider.internal.models
- ConfigureResponse(boolean, boolean, boolean, boolean) - Constructor for class com.pulumi.provider.internal.models.ConfigureResponse
- ConfigValue - Class in com.pulumi.automation
-
ConfigValue
represents a configuration value. - ConfigValue(String) - Constructor for class com.pulumi.automation.ConfigValue
-
Creates a new configuration value.
- ConfigValue(String, boolean) - Constructor for class com.pulumi.automation.ConfigValue
-
Creates a new configuration value.
- construct(ConstructRequest) - Method in interface com.pulumi.provider.internal.Provider
-
Construct a component resource given the type name and inputs, and returning the URN and any outputs.
- ConstructRequest - Class in com.pulumi.provider.internal.models
- ConstructRequest(String, String, Map<String, PropertyValue>, ComponentResourceOptions) - Constructor for class com.pulumi.provider.internal.models.ConstructRequest
- ConstructResponse - Class in com.pulumi.provider.internal.models
- ConstructResponse(String, Map<String, PropertyValue>, Map<String, Set<String>>) - Constructor for class com.pulumi.provider.internal.models.ConstructResponse
- Context - Interface in com.pulumi
-
Provides the current stack context used in the stack callback.
- continueOnError() - Method in class com.pulumi.automation.UpOptions
-
Continue to perform the update operation despite the occurrence of errors.
- continueOnError(boolean) - Method in class com.pulumi.automation.DestroyOptions.Builder
-
Sets whether to continue performing the destroy operation despite the occurrence of errors.
- continueOnError(boolean) - Method in class com.pulumi.automation.UpOptions.Builder
-
Continue to perform the update operation despite the occurrence of errors.
- CONVERTER - com.pulumi.automation.PluginKind
- copy() - Method in interface com.pulumi.core.Output
-
Creates a shallow copy (the underlying CompletableFuture is copied) of this
Output
<T> - copy() - Method in class com.pulumi.resources.ComponentResourceOptions
- copy() - Method in class com.pulumi.resources.CustomResourceOptions
- copy() - Method in class com.pulumi.resources.CustomTimeouts
- copyNullable(T) - Static method in class com.pulumi.resources.Resources
- copyNullableList(List<T>) - Static method in class com.pulumi.resources.Resources
- copyOfList(List<E>) - Static method in interface com.pulumi.core.Output
-
Returns a shallow copy of the
List
wrapped in anOutput
- copyOfMap(Map<String, V>) - Static method in interface com.pulumi.core.Output
-
Returns a shallow copy of the
Map
wrapped in anOutput
- create() - Static method in class com.pulumi.automation.LocalPulumiCommand
-
Creates a new
LocalPulumiCommand
instance. - create() - Static method in class com.pulumi.automation.LocalWorkspace
-
Creates a workspace.
- create(LocalPulumiCommandOptions) - Static method in class com.pulumi.automation.LocalPulumiCommand
-
Creates a new
LocalPulumiCommand
instance. - create(LocalWorkspaceOptions) - Static method in class com.pulumi.automation.LocalWorkspace
-
Creates a workspace using the specified options.
- create(String, Workspace) - Static method in class com.pulumi.automation.WorkspaceStack
-
Creates a new stack using the given workspace, and stack name.
- create(Duration) - Method in class com.pulumi.resources.CustomTimeouts.Builder
- CREATE - com.pulumi.automation.OperationType
- CREATE_REPLACEMENT - com.pulumi.automation.OperationType
- createOrSelect(String, Workspace) - Static method in class com.pulumi.automation.WorkspaceStack
-
Tries to create a new Stack using the given workspace, and stack name if the stack does not already exist, or falls back to selecting an existing stack.
- createOrSelectStack(String, String, Consumer<Context>) - Static method in class com.pulumi.automation.LocalWorkspace
-
Creates or selects an existing Stack with a
LocalWorkspace
utilizing the specified inline (in process)program
. - createOrSelectStack(String, String, Consumer<Context>, LocalWorkspaceOptions) - Static method in class com.pulumi.automation.LocalWorkspace
-
Creates or selects an existing Stack with a
LocalWorkspace
utilizing the specified inline (in process)program
. - createOrSelectStack(String, Path) - Static method in class com.pulumi.automation.LocalWorkspace
-
Creates or selects an existing Stack with a
LocalWorkspace
utilizing the local Pulumi CLI program from the specifiedworkDir
. - createOrSelectStack(String, Path, LocalWorkspaceOptions) - Static method in class com.pulumi.automation.LocalWorkspace
-
Creates or selects an existing Stack with a
LocalWorkspace
utilizing the local Pulumi CLI program from the specifiedworkDir
. - createStack(String) - Method in class com.pulumi.automation.LocalWorkspace
-
Creates and sets a new stack with the specified stack name, failing if one already exists.
- createStack(String) - Method in class com.pulumi.automation.Workspace
-
Creates and sets a new stack with the specified stack name, failing if one already exists.
- createStack(String, String, Consumer<Context>) - Static method in class com.pulumi.automation.LocalWorkspace
-
Creates a stack with a
LocalWorkspace
utilizing the specified inline (in process)program
. - createStack(String, String, Consumer<Context>, LocalWorkspaceOptions) - Static method in class com.pulumi.automation.LocalWorkspace
-
Creates a stack with a
LocalWorkspace
utilizing the specified inline (in process)program
. - createStack(String, Path) - Static method in class com.pulumi.automation.LocalWorkspace
-
Creates a Stack with a
LocalWorkspace
utilizing the local Pulumi CLI program from the specifiedworkDir
. - createStack(String, Path, LocalWorkspaceOptions) - Static method in class com.pulumi.automation.LocalWorkspace
-
Creates a Stack with a
LocalWorkspace
utilizing the local Pulumi CLI program from the specifiedworkDir
. - custom() - Method in class com.pulumi.automation.events.StepEventStateMetadata
-
Gets whether the resource is managed by a plugin.
- CustomResource - Class in com.pulumi.resources
-
CustomResource is a resource whose create, read, update, and delete (CRUD) operations are managed by performing external operations on some physical entity.
- CustomResource(String, String, ResourceArgs, boolean) - Constructor for class com.pulumi.resources.CustomResource
-
Creates and registers a new managed resource.
- CustomResource(String, String, ResourceArgs, CustomResourceOptions) - Constructor for class com.pulumi.resources.CustomResource
-
Creates and registers a new managed resource.
- CustomResource(String, String, ResourceArgs, CustomResourceOptions, boolean) - Constructor for class com.pulumi.resources.CustomResource
-
Creates and registers a new managed resource.
- CustomResource(String, String, ResourceArgs, CustomResourceOptions, boolean, CompletableFuture<String>) - Constructor for class com.pulumi.resources.CustomResource
-
Creates and registers a new managed resource.
- CustomResource.CustomResourceInternal - Class in com.pulumi.resources
- CustomResourceInternal(CustomResource) - Constructor for class com.pulumi.resources.CustomResource.CustomResourceInternal
- CustomResourceOptions - Class in com.pulumi.resources
-
A bag of optional settings that control a @see
ComponentResource
behavior. - CustomResourceOptions.Builder - Class in com.pulumi.resources
- customTimeouts - Variable in class com.pulumi.resources.ResourceOptions
- customTimeouts(CustomTimeouts) - Method in class com.pulumi.resources.ResourceOptions.Builder
-
An optional CustomTimeouts configuration.
- CustomTimeouts - Class in com.pulumi.resources
-
Optional timeouts to supply in @see
ResourceOptions.getCustomTimeouts()
- CustomTimeouts(Duration, Duration, Duration) - Constructor for class com.pulumi.resources.CustomTimeouts
- CustomTimeouts.Builder - Class in com.pulumi.resources
-
The
CustomTimeouts
builder - CustomType - Annotation Type in com.pulumi.core.annotations
-
Annotation used by a Pulumi Cloud Provider Package to mark complex types used for a Resource output property.
- CustomType.Builder - Annotation Type in com.pulumi.core.annotations
-
Annotation used by a Pulumi provider to mark a builder for a complex property type so that it can be instantiated by the Pulumi runtime.
- CustomType.Setter - Annotation Type in com.pulumi.core.annotations
-
Annotation used by a Pulumi provider to mark a setter for a complex property type so that it can be instantiated by the Pulumi runtime.
D
- DATA_FIELD_NUMBER - Static variable in class codegen.MapperOuterClass.GetMappingResponse
- debug() - Method in class com.pulumi.automation.UpdateOptions
-
Print detailed debugging output during resource operations
- debug(boolean) - Method in class com.pulumi.automation.UpdateOptions.Builder
-
Print detailed debugging output during resource operations
- debug(String) - Method in interface com.pulumi.context.LoggingContext
-
Logs a debug-level message that is generally hidden from end-users.
- debug(String) - Method in class com.pulumi.Log
-
Logs a debug-level message that is generally hidden from end-users.
- debug(String, Resource) - Method in class com.pulumi.Log
-
Logs a debug-level message that is generally hidden from end-users.
- debug(String, Resource, Integer, Boolean) - Method in class com.pulumi.Log
-
Logs a debug-level message that is generally hidden from end-users.
- debug(String, Object...) - Method in interface com.pulumi.context.LoggingContext
-
Logs a debug-level message that is generally hidden from end-users.
- debugOrExcessive(String, String) - Method in class com.pulumi.Log
- default_() - Method in class com.pulumi.automation.ProjectConfigType
-
The default value of the configuration.
- default_() - Method in class com.pulumi.automation.ProjectTemplateConfigValue
-
The default value of the config value.
- default_(Object) - Method in class com.pulumi.automation.ProjectConfigType.Builder
-
The default value of the configuration.
- defaultLogger() - Static method in class com.pulumi.test.internal.PulumiTestInternal
- delete() - Method in class com.pulumi.automation.events.StepEventStateMetadata
-
Gets whether the resource is pending deletion due to a replacement.
- delete(String) - Method in class com.pulumi.automation.WorkspaceStackState
-
This command deletes a resource from a stack's state, as long as it is safe to do so.
- delete(String, boolean) - Method in class com.pulumi.automation.WorkspaceStackState
-
This command deletes a resource from a stack's state, as long as it is safe to do so.
- delete(Duration) - Method in class com.pulumi.resources.CustomTimeouts.Builder
- DELETE - com.pulumi.automation.events.DiffKind
-
Delete indicates that the property was deleted.
- DELETE - com.pulumi.automation.OperationType
- DELETE_REPLACE - com.pulumi.automation.events.DiffKind
-
DeleteReplace indicates that the property was deleted and requires that the resource be replaced.
- DELETE_REPLACED - com.pulumi.automation.OperationType
- deleteBeforeReplace(boolean) - Method in class com.pulumi.resources.CustomResourceOptions.Builder
-
When set to "true", indicates that this resource should be deleted before its replacement is created when replacement is necessary.
- DependencyResource - Class in com.pulumi.resources
- DependencyResource(String) - Constructor for class com.pulumi.resources.DependencyResource
- dependsOn - Variable in class com.pulumi.resources.ResourceOptions
- dependsOn(Output<List<Resource>>) - Method in class com.pulumi.resources.ResourceOptions.Builder
- dependsOn(Resource...) - Method in class com.pulumi.deployment.InvokeOutputOptions.Builder
-
Additional explicit dependencies on other resources.
- dependsOn(Resource...) - Method in class com.pulumi.resources.ResourceOptions.Builder
-
Optional additional explicit dependencies on other resources.
- dependsOn(List<Resource>) - Method in class com.pulumi.resources.ResourceOptions.Builder
- deployment() - Method in class com.pulumi.automation.StackDeployment
-
The opaque Pulumi deployment.
- deployment() - Method in class com.pulumi.automation.UpdateSummary
-
Returns a raw JSON blob detailing the deployment.
- Deployment - Interface in com.pulumi.deployment
- deploymentFactory(Function<DeploymentImpl.DeploymentState, DeploymentInternal>) - Method in class com.pulumi.test.internal.PulumiTestInternal.Builder
-
Modify the deployment factory used in the test
- DeploymentInstance - Interface in com.pulumi.deployment
- description() - Method in class com.pulumi.automation.ProjectConfigType
-
The description of the configuration.
- description() - Method in class com.pulumi.automation.ProjectSettings
-
The description of the project.
- description() - Method in class com.pulumi.automation.ProjectTemplate
-
The description of the template.
- description() - Method in class com.pulumi.automation.ProjectTemplateConfigValue
-
The description of the config value.
- description(String) - Method in class com.pulumi.automation.ProjectConfigType.Builder
-
The description of the configuration.
- description(String) - Method in class com.pulumi.automation.ProjectSettings.Builder
-
The description of the project.
- description(String) - Method in class com.pulumi.automation.ProjectTemplate.Builder
-
The description of the template.
- deserializeJson(String, Class<T>) - Method in class com.pulumi.automation.serialization.internal.LocalSerializer
- deserializeJson(String, Type) - Method in class com.pulumi.automation.serialization.internal.LocalSerializer
- deserializeYaml(String) - Method in class com.pulumi.automation.serialization.internal.LocalSerializer
- deserializeYaml(String, Class<T>) - Method in class com.pulumi.automation.serialization.internal.LocalSerializer
- destroy() - Method in class com.pulumi.automation.WorkspaceStack
-
Destroy deletes all resources in a stack, leaving all history and configuration intact.
- destroy(DestroyOptions) - Method in class com.pulumi.automation.WorkspaceStack
-
Destroy deletes all resources in a stack, leaving all history and configuration intact.
- DESTROY - com.pulumi.automation.UpdateKind
- DestroyOptions - Class in com.pulumi.automation
-
Options controlling the behavior of a
WorkspaceStack.destroy()
operation. - DestroyOptions.Builder - Class in com.pulumi.automation
-
Builder for
DestroyOptions
. - detailedDiff() - Method in class com.pulumi.automation.events.StepEventMetadata
-
Gets the diff for this step as a list of property paths and difference types.
- diagnosticEvent() - Method in class com.pulumi.automation.events.EngineEvent
- DiagnosticEvent - Class in com.pulumi.automation.events
-
DiagnosticEvent
is emitted whenever a diagnostic message is provided, for example errors from a cloud resource provider while trying to create or update a resource. - DiagnosticEvent(String, String, String, String, String, String, Boolean) - Constructor for class com.pulumi.automation.events.DiagnosticEvent
- diff() - Method in class com.pulumi.automation.UpOptions
-
Display the operation as a rich diff showing the overall change.
- diff(boolean) - Method in class com.pulumi.automation.PreviewOptions.Builder
-
Display the operation as a rich diff showing the overall change.
- diff(boolean) - Method in class com.pulumi.automation.UpOptions.Builder
-
Display the operation as a rich diff showing the overall change.
- DiffKind - Enum in com.pulumi.automation.events
-
DiffKind describes the kind of a particular property diff.
- diffs() - Method in class com.pulumi.automation.events.StepEventMetadata
-
Gets the keys that changed with this step.
- DISCARD_REPLACED - com.pulumi.automation.OperationType
- displayName() - Method in class com.pulumi.automation.ProjectTemplate
-
Optional user friendly name of the template.
- displayName(String) - Method in class com.pulumi.automation.ProjectTemplate.Builder
-
Optional user friendly name of the template.
- DOTNET - com.pulumi.automation.ProjectRuntimeName
- DOWNLOAD_URL_FIELD_NUMBER - Static variable in class codegen.LoaderOuterClass.GetSchemaRequest
- durationSeconds() - Method in class com.pulumi.automation.events.SummaryEvent
-
Gets the number of seconds the update was executing.
E
- either(Class<L>, Class<R>) - Static method in class com.pulumi.core.TypeShape
- either(Function<L, V>, Function<R, V>) - Method in class com.pulumi.core.Either
-
Applies
leftFunction
if this is aLeft
orrightFunction
if this is aRight
. - Either<L,R> - Class in com.pulumi.core
-
Represents a value of one of two possible types (a disjoint union).
- Empty - Static variable in class com.pulumi.automation.CommandRunOptions
-
An empty set of options.
- Empty - Static variable in class com.pulumi.automation.LocalPulumiCommandOptions
- Empty - Static variable in class com.pulumi.automation.LocalWorkspaceOptions
-
An empty set of options.
- Empty - Static variable in class com.pulumi.automation.PluginInstallOptions
-
An empty set of options.
- Empty - Static variable in class com.pulumi.core.Tuples.Tuple0
- Empty - Static variable in class com.pulumi.core.TypeShape
- Empty - Static variable in class com.pulumi.deployment.CallOptions
- Empty - Static variable in class com.pulumi.deployment.InvokeOptions
- Empty - Static variable in class com.pulumi.deployment.InvokeOutputOptions
- Empty - Static variable in class com.pulumi.resources.CallArgs
- Empty - Static variable in class com.pulumi.resources.ComponentResourceOptions
- Empty - Static variable in class com.pulumi.resources.CustomResourceOptions
- Empty - Static variable in class com.pulumi.resources.InvokeArgs
- Empty - Static variable in class com.pulumi.resources.ResourceArgs
- Empty - Static variable in class com.pulumi.resources.StackOptions
- Empty - Static variable in class com.pulumi.resources.StackReferenceArgs
-
An empty
StackReferenceArgs
instance. - Empty - Static variable in class com.pulumi.test.TestOptions
- EmptyMocks - Class in com.pulumi.test
- EmptyMocks() - Constructor for class com.pulumi.test.EmptyMocks
- encryptedKey() - Method in class com.pulumi.automation.StackSettings
-
The KMS-encrypted ciphertext for the data key used for secrets encryption.
- encryptedKey(String) - Method in class com.pulumi.automation.StackSettings.Builder
-
The KMS-encrypted ciphertext for the data key used for secrets encryption.
- encryptionSalt() - Method in class com.pulumi.automation.StackSettings
-
The stack's base64 encoded encryption salt.
- encryptionSalt(String) - Method in class com.pulumi.automation.StackSettings.Builder
-
The stack's base64 encoded encryption salt.
- endTime() - Method in class com.pulumi.automation.UpdateSummary
-
Returns the end time of the update.
- enforcementLevel() - Method in class com.pulumi.automation.events.PolicyEvent
-
Gets the enforcement level, one of "warning" or "mandatory".
- engine() - Method in class com.pulumi.test.internal.PulumiTestInternal
- EngineEvent - Class in com.pulumi.automation.events
-
EngineEvent
describes a Pulumi engine event, such as a change to a resource or diagnostic message. - EngineEvent(int, int, CancelEvent, StandardOutputEvent, DiagnosticEvent, PreludeEvent, SummaryEvent, ResourcePreEvent, ResourceOutputsEvent, ResourceOperationFailedEvent, PolicyEvent) - Constructor for class com.pulumi.automation.events.EngineEvent
- EnumType - Annotation Type in com.pulumi.core.annotations
-
Annotation used by a Pulumi Cloud Provider Package to mark enum types.
- EnumType.Converter - Annotation Type in com.pulumi.core.annotations
-
Annotation used to mark an explicit converter method that converts the enum type to the underlying type.
- environment() - Method in class com.pulumi.automation.UpdateSummary
-
Returns the environment that was used for the update.
- environmentVariables() - Method in class com.pulumi.automation.LocalWorkspace
-
Environment values scoped to the current workspace.
- environmentVariables() - Method in class com.pulumi.automation.LocalWorkspaceOptions
-
Environment values scoped to the current workspace.
- environmentVariables() - Method in class com.pulumi.automation.Workspace
-
Environment values scoped to the current workspace.
- environmentVariables(Map<String, String>) - Method in class com.pulumi.automation.LocalWorkspaceOptions.Builder
-
Environment values scoped to the current workspace.
- ephemeral() - Method in class com.pulumi.automation.events.DiagnosticEvent
-
Gets whether this diagnostic is ephemeral.
- equals(Object) - Method in class codegen.LoaderOuterClass.GetSchemaRequest
- equals(Object) - Method in class codegen.LoaderOuterClass.GetSchemaResponse
- equals(Object) - Method in class codegen.LoaderOuterClass.Parameterization
- equals(Object) - Method in class codegen.MapperOuterClass.GetMappingRequest
- equals(Object) - Method in class codegen.MapperOuterClass.GetMappingResponse
- equals(Object) - Method in class com.pulumi.automation.ProjectBackend
- equals(Object) - Method in class com.pulumi.automation.ProjectConfigItemsType
- equals(Object) - Method in class com.pulumi.automation.ProjectConfigType
- equals(Object) - Method in class com.pulumi.automation.ProjectOptions
- equals(Object) - Method in class com.pulumi.automation.ProjectPluginOptions
- equals(Object) - Method in class com.pulumi.automation.ProjectPlugins
- equals(Object) - Method in class com.pulumi.automation.ProjectRuntime
- equals(Object) - Method in class com.pulumi.automation.ProjectRuntimeOptions
- equals(Object) - Method in class com.pulumi.automation.ProjectSettings
- equals(Object) - Method in class com.pulumi.automation.ProjectTemplate
- equals(Object) - Method in class com.pulumi.automation.ProjectTemplateConfigValue
- equals(Object) - Method in class com.pulumi.automation.StackSettings
- equals(Object) - Method in class com.pulumi.automation.StackSettingsConfigValue
- equals(Object) - Method in class com.pulumi.automation.Version
- equals(Object) - Method in class com.pulumi.core.Either
-
Returns
true
ifobject
is anEither
instance, and either the contained references are equal to each other. - equals(Object) - Method in class com.pulumi.core.Tuples.Tuple1
- equals(Object) - Method in class com.pulumi.core.Tuples.Tuple2
- equals(Object) - Method in class com.pulumi.core.Tuples.Tuple3
- equals(Object) - Method in class com.pulumi.core.Tuples.Tuple4
- equals(Object) - Method in class com.pulumi.core.Tuples.Tuple5
- equals(Object) - Method in class com.pulumi.core.Tuples.Tuple6
- equals(Object) - Method in class com.pulumi.core.Tuples.Tuple7
- equals(Object) - Method in class com.pulumi.core.Tuples.Tuple8
- equals(Object) - Method in class com.pulumi.provider.internal.properties.PropertyValue
- equals(Object) - Method in class com.pulumi.provider.internal.properties.PropertyValue.OutputReference
- equals(Object) - Method in class com.pulumi.provider.internal.properties.PropertyValue.ResourceReference
- equals(Object) - Method in class com.pulumi.resources.CustomTimeouts
- error() - Method in class com.pulumi.core.Either
-
Same as
Either.left()
, a convenience method for Value/Error use case. - error(String) - Method in interface com.pulumi.context.LoggingContext
-
Logs a fatal condition.
- error(String) - Method in class com.pulumi.Log
-
Logs a fatal condition.
- error(String, Resource) - Method in class com.pulumi.Log
-
Logs a fatal condition.
- error(String, Resource, Integer, Boolean) - Method in class com.pulumi.Log
-
Logs a fatal condition.
- error(String, Object...) - Method in interface com.pulumi.context.LoggingContext
-
Logs a fatal condition.
- errorOf(L) - Static method in class com.pulumi.core.Either
-
Same as
Either.ofLeft(L)
, a convenience method for Value/Error use case. - errors() - Method in class com.pulumi.test.TestResult
- EventLogWatcher - Class in com.pulumi.automation.events.internal
-
Watches a Pulumi engine log file for events and invokes a callback for each event.
- EventLogWatcher(Path, Consumer<EngineEvent>) - Constructor for class com.pulumi.automation.events.internal.EventLogWatcher
- exactVersion(boolean) - Method in class com.pulumi.automation.PluginInstallOptions.Builder
-
Whether to force installation of an exact version match (usually >= is accepted).
- exception(Exception) - Method in class com.pulumi.Log
-
Logs an exception.
- exception(Exception, Resource) - Method in class com.pulumi.Log
-
Logs an exception.
- exception(Exception, Resource, Integer, Boolean) - Method in class com.pulumi.Log
-
Logs an exception.
- exceptions() - Method in class com.pulumi.test.TestResult
- excessive(String, Object...) - Method in class com.pulumi.Log
- exitCode() - Method in class com.pulumi.test.TestResult
- expectNoChanges() - Method in class com.pulumi.automation.RefreshOptions
-
Return an error if any changes are proposed by this preview.
- expectNoChanges() - Method in class com.pulumi.automation.UpOptions
-
Return an error if any changes are proposed by this preview.
- expectNoChanges(boolean) - Method in class com.pulumi.automation.PreviewOptions.Builder
-
Return an error if any changes are proposed by this preview.
- expectNoChanges(boolean) - Method in class com.pulumi.automation.RefreshOptions.Builder
-
Return an error if any changes are proposed by this preview.
- expectNoChanges(boolean) - Method in class com.pulumi.automation.UpOptions.Builder
-
Return an error if any changes are proposed by this preview.
- export(String, Output<?>) - Method in interface com.pulumi.Context
-
Append an
Output
to exported stack outputs. - export(String, T) - Method in interface com.pulumi.Context
-
Append an
Output
value to exported stack outputs. - Export - Annotation Type in com.pulumi.core.annotations
-
Annotation used by a mark
Resource
output properties. - exportStack() - Method in class com.pulumi.automation.WorkspaceStack
-
Exports the deployment state of the stack.
- exportStack(String) - Method in class com.pulumi.automation.LocalWorkspace
-
Exports the deployment state of the stack.
- exportStack(String) - Method in class com.pulumi.automation.Workspace
-
Exports the deployment state of the stack.
- extract(Parameter) - Static method in class com.pulumi.core.TypeShape
- extractOutputData(Output<T>) - Static method in class com.pulumi.test.internal.PulumiTestInternal
- extractValue(Output<T>) - Static method in interface com.pulumi.test.PulumiTest
-
Extract the value from an
Output
blocking. - extractValueAsync(Output<T>) - Static method in interface com.pulumi.test.PulumiTest
-
Extract the future value from an
Output
asynchronously.
F
- fail(Throwable) - Method in interface com.pulumi.resources.Resource.LazyField
- FAILED - com.pulumi.automation.UpdateState
- FileArchive - Class in com.pulumi.asset
-
A FileArchive is a file-based archive, or a collection of file-based assets.
- FileArchive(String) - Constructor for class com.pulumi.asset.FileArchive
- FileAsset - Class in com.pulumi.asset
-
FileAsset is a kind of asset produced from a given path to a file on the local filesystem.
- FileAsset(String) - Constructor for class com.pulumi.asset.FileAsset
- flatMap(Function<? super R, ? extends Either<? extends L, ? extends R1>>) - Method in class com.pulumi.core.Either
-
Applies
function
if this is aRight
or returnsLeft
. - format(String, Object...) - Static method in interface com.pulumi.core.Output
- from(AssetOrArchive) - Static method in class com.pulumi.asset.AssetOrArchive.AssetOrArchiveInternal
- from(CallOptions) - Static method in class com.pulumi.deployment.CallOptions.CallOptionsInternal
- from(InvokeOptions) - Static method in class com.pulumi.deployment.InvokeOptions.InvokeOptionsInternal
- from(InvokeOutputOptions) - Static method in class com.pulumi.deployment.InvokeOutputOptions.InvokeOutputOptionsInternal
- from(ComponentResource) - Static method in class com.pulumi.resources.ComponentResource.ComponentResourceInternal
- from(CustomResource) - Static method in class com.pulumi.resources.CustomResource.CustomResourceInternal
- from(InputArgs) - Static method in class com.pulumi.resources.InputArgs.InputArgsInternal
- from(ProviderResource) - Static method in class com.pulumi.resources.ProviderResource.ProviderResourceInternal
- from(Resource) - Static method in class com.pulumi.resources.Resource.ResourceInternal
- fromJson(String) - Static method in class com.pulumi.automation.StackDeployment
-
Creates a new
StackDeployment
from the given JSON string. - fromString(String) - Static method in enum com.pulumi.automation.ProjectRuntimeName
- fromTree(Class<?>[], String) - Static method in class com.pulumi.core.TypeShape
-
Parse a tree representation of a Java generic type.
- future() - Method in interface com.pulumi.resources.Resource.LazyField
G
- get(String) - Method in class com.pulumi.Config
-
Loads an optional configuration value by its key, or returns empty if it doesn't exist.
- getAdditionalSecretOutputs() - Method in class com.pulumi.resources.CustomResourceOptions
- getAliases() - Method in class com.pulumi.resources.ResourceOptions
- getAllConfig() - Method in class com.pulumi.automation.WorkspaceStack
-
Returns the full config map associated with the stack in the Workspace.
- getAllConfig(String) - Method in class com.pulumi.automation.LocalWorkspace
-
Returns the config map for the specified stack name, scoped to the current Workspace.
- getAllConfig(String) - Method in class com.pulumi.automation.Workspace
-
Returns the config map for the specified stack name, scoped to the current Workspace.
- getAnnotatedClass(Class<A>) - Method in class com.pulumi.core.TypeShape
- getAnnotatedConstructor(Class<A>) - Method in class com.pulumi.core.TypeShape
- getAnnotatedMethod(Class<A>) - Method in class com.pulumi.core.TypeShape
- getAnnotation(Class<A>) - Method in class com.pulumi.core.TypeShape
- getArchiveValue() - Method in class com.pulumi.provider.internal.properties.PropertyValue
- getArgs() - Method in class com.pulumi.provider.internal.models.ConfigureRequest
- getArrayValue() - Method in class com.pulumi.provider.internal.properties.PropertyValue
- getAssetValue() - Method in class com.pulumi.provider.internal.properties.PropertyValue
- getBoolean(String) - Method in class com.pulumi.Config
-
Loads an optional configuration value, as a boolean, by its key, or null if it doesn't exist.
- getBooleanValue() - Method in class com.pulumi.provider.internal.properties.PropertyValue
- getConfig() - Method in interface com.pulumi.deployment.DeploymentInstance
- getConfig() - Method in class com.pulumi.test.internal.MockDeployment
- getConfig(String) - Method in class com.pulumi.automation.WorkspaceStack
-
Returns the config value associated with the specified key.
- getConfig(String) - Method in class com.pulumi.test.internal.MockDeployment
- getConfig(String, boolean) - Method in class com.pulumi.automation.WorkspaceStack
-
Returns the config value associated with the specified key.
- getConfig(String, String) - Method in class com.pulumi.automation.Workspace
-
Returns the value associated with the specified stack name and key, scoped to the Workspace.
- getConfig(String, String, boolean) - Method in class com.pulumi.automation.LocalWorkspace
-
Returns the value associated with the specified stack name and key, scoped to the Workspace.
- getConfig(String, String, boolean) - Method in class com.pulumi.automation.Workspace
-
Returns the value associated with the specified stack name and key, scoped to the Workspace.
- getCreate() - Method in class com.pulumi.resources.CustomTimeouts
- getCustomTimeouts() - Method in class com.pulumi.resources.ResourceOptions
- getData() - Method in class codegen.MapperOuterClass.GetMappingResponse.Builder
-
the conversion plugin specific data (if any)
- getData() - Method in class codegen.MapperOuterClass.GetMappingResponse
-
the conversion plugin specific data (if any)
- getData() - Method in interface codegen.MapperOuterClass.GetMappingResponseOrBuilder
-
the conversion plugin specific data (if any)
- getDefaultInstance() - Static method in class codegen.LoaderOuterClass.GetSchemaRequest
- getDefaultInstance() - Static method in class codegen.LoaderOuterClass.GetSchemaResponse
- getDefaultInstance() - Static method in class codegen.LoaderOuterClass.Parameterization
- getDefaultInstance() - Static method in class codegen.MapperOuterClass.GetMappingRequest
- getDefaultInstance() - Static method in class codegen.MapperOuterClass.GetMappingResponse
- getDefaultInstanceForType() - Method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
- getDefaultInstanceForType() - Method in class codegen.LoaderOuterClass.GetSchemaRequest
- getDefaultInstanceForType() - Method in class codegen.LoaderOuterClass.GetSchemaResponse.Builder
- getDefaultInstanceForType() - Method in class codegen.LoaderOuterClass.GetSchemaResponse
- getDefaultInstanceForType() - Method in class codegen.LoaderOuterClass.Parameterization.Builder
- getDefaultInstanceForType() - Method in class codegen.LoaderOuterClass.Parameterization
- getDefaultInstanceForType() - Method in class codegen.MapperOuterClass.GetMappingRequest.Builder
- getDefaultInstanceForType() - Method in class codegen.MapperOuterClass.GetMappingRequest
- getDefaultInstanceForType() - Method in class codegen.MapperOuterClass.GetMappingResponse.Builder
- getDefaultInstanceForType() - Method in class codegen.MapperOuterClass.GetMappingResponse
- getDelete() - Method in class com.pulumi.resources.CustomTimeouts
- getDeleteBeforeReplace() - Method in class com.pulumi.resources.CustomResourceOptions
- getDependencies() - Method in class com.pulumi.provider.internal.properties.PropertyValue.OutputReference
- getDependsOn() - Method in class com.pulumi.deployment.InvokeOutputOptions
-
Optional resources that this invoke depends on.
- getDependsOn() - Method in class com.pulumi.resources.ResourceOptions
- getDescriptor() - Static method in class codegen.LoaderOuterClass
- getDescriptor() - Static method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
- getDescriptor() - Static method in class codegen.LoaderOuterClass.GetSchemaRequest
- getDescriptor() - Static method in class codegen.LoaderOuterClass.GetSchemaResponse.Builder
- getDescriptor() - Static method in class codegen.LoaderOuterClass.GetSchemaResponse
- getDescriptor() - Static method in class codegen.LoaderOuterClass.Parameterization.Builder
- getDescriptor() - Static method in class codegen.LoaderOuterClass.Parameterization
- getDescriptor() - Static method in class codegen.MapperOuterClass
- getDescriptor() - Static method in class codegen.MapperOuterClass.GetMappingRequest.Builder
- getDescriptor() - Static method in class codegen.MapperOuterClass.GetMappingRequest
- getDescriptor() - Static method in class codegen.MapperOuterClass.GetMappingResponse.Builder
- getDescriptor() - Static method in class codegen.MapperOuterClass.GetMappingResponse
- getDescriptorForType() - Method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
- getDescriptorForType() - Method in class codegen.LoaderOuterClass.GetSchemaResponse.Builder
- getDescriptorForType() - Method in class codegen.LoaderOuterClass.Parameterization.Builder
- getDescriptorForType() - Method in class codegen.MapperOuterClass.GetMappingRequest.Builder
- getDescriptorForType() - Method in class codegen.MapperOuterClass.GetMappingResponse.Builder
- getDouble(String) - Method in class com.pulumi.Config
-
Loads an optional configuration value, as a number, by its key, or null if it doesn't exist.
- getDownloadUrl() - Method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
-
the optional download url for the schema being requested.
- getDownloadUrl() - Method in class codegen.LoaderOuterClass.GetSchemaRequest
-
the optional download url for the schema being requested.
- getDownloadUrl() - Method in interface codegen.LoaderOuterClass.GetSchemaRequestOrBuilder
-
the optional download url for the schema being requested.
- getDownloadUrlBytes() - Method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
-
the optional download url for the schema being requested.
- getDownloadUrlBytes() - Method in class codegen.LoaderOuterClass.GetSchemaRequest
-
the optional download url for the schema being requested.
- getDownloadUrlBytes() - Method in interface codegen.LoaderOuterClass.GetSchemaRequestOrBuilder
-
the optional download url for the schema being requested.
- getErrorCount() - Method in class com.pulumi.Log
- getErrorCount() - Method in class com.pulumi.test.internal.MockEngine
- getErrors() - Method in class com.pulumi.test.internal.MockEngine
- getGetMappingMethod() - Static method in class codegen.MapperGrpc
- getGetSchemaMethod() - Static method in class codegen.LoaderGrpc
- getHistory() - Method in class com.pulumi.automation.WorkspaceStack
-
Returns a list summarizing all previews and current results from Stack lifecycle operations (up/preview/refresh/destroy).
- getHistory(HistoryOptions) - Method in class com.pulumi.automation.WorkspaceStack
-
Returns a list summarizing all previews and current results from Stack lifecycle operations (up/preview/refresh/destroy).
- getId() - Method in class com.pulumi.resources.ResourceOptions
- getIgnoreChanges() - Method in class com.pulumi.resources.ResourceOptions
- getImportId() - Method in class com.pulumi.resources.CustomResourceOptions
- getInfo() - Method in class com.pulumi.automation.WorkspaceStack
-
Returns the current update summary for the stack.
- getInputs() - Method in class com.pulumi.provider.internal.models.ConstructRequest
- getInstance() - Static method in interface com.pulumi.deployment.Deployment
-
The current running deployment instance.
- getInteger(String) - Method in class com.pulumi.Config
-
Loads an optional configuration value, as a number, by its key, or null if it doesn't exist.
- getMapping(MapperOuterClass.GetMappingRequest) - Method in class codegen.MapperGrpc.MapperBlockingStub
-
GetMapping tries to find a mapping for the given provider.
- getMapping(MapperOuterClass.GetMappingRequest) - Method in class codegen.MapperGrpc.MapperFutureStub
-
GetMapping tries to find a mapping for the given provider.
- getMapping(MapperOuterClass.GetMappingRequest, StreamObserver<MapperOuterClass.GetMappingResponse>) - Method in interface codegen.MapperGrpc.AsyncService
-
GetMapping tries to find a mapping for the given provider.
- getMapping(MapperOuterClass.GetMappingRequest, StreamObserver<MapperOuterClass.GetMappingResponse>) - Method in class codegen.MapperGrpc.MapperStub
-
GetMapping tries to find a mapping for the given provider.
- getName() - Method in class codegen.LoaderOuterClass.Parameterization.Builder
-
the parameterized package name.
- getName() - Method in class codegen.LoaderOuterClass.Parameterization
-
the parameterized package name.
- getName() - Method in interface codegen.LoaderOuterClass.ParameterizationOrBuilder
-
the parameterized package name.
- getName() - Method in exception com.pulumi.automation.MissingExpectedEventException
- getName() - Method in class com.pulumi.Config
-
The configuration bag's logical name and uniquely identifies it.
- getName() - Method in class com.pulumi.core.Alias
-
The previous name of the resource.
- getName() - Method in class com.pulumi.provider.internal.models.ConstructRequest
- getNameBytes() - Method in class codegen.LoaderOuterClass.Parameterization.Builder
-
the parameterized package name.
- getNameBytes() - Method in class codegen.LoaderOuterClass.Parameterization
-
the parameterized package name.
- getNameBytes() - Method in interface codegen.LoaderOuterClass.ParameterizationOrBuilder
-
the parameterized package name.
- getNestedProvider(String) - Method in class com.pulumi.deployment.CallOptions.CallOptionsInternal
- getNestedProvider(String) - Method in class com.pulumi.deployment.InvokeOptions.InvokeOptionsInternal
- getNestedProvider(String) - Method in class com.pulumi.deployment.InvokeOutputOptions.InvokeOutputOptionsInternal
- getNumberValue() - Method in class com.pulumi.provider.internal.properties.PropertyValue
- getObject(String, TypeShape<T>) - Method in class com.pulumi.Config
- getObject(String, Class<T>) - Method in class com.pulumi.Config
-
Loads an optional configuration value as a JSON string and deserializes it as an object, by its key, or null if it doesn't exist.
- getObjectValue() - Method in class com.pulumi.provider.internal.properties.PropertyValue
- getOptions() - Method in class com.pulumi.provider.internal.models.ConstructRequest
- getOrganizationName() - Method in interface com.pulumi.deployment.Deployment
- getOrganizationName() - Method in class com.pulumi.test.internal.MockDeployment
- getOutputs() - Method in class com.pulumi.automation.WorkspaceStack
-
Gets the current set of Stack outputs from the last
WorkspaceStack.up()
call. - getOutputValue() - Method in class com.pulumi.provider.internal.properties.PropertyValue
- getPackage() - Method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
-
the package name for the schema being requested.
- getPackage() - Method in class codegen.LoaderOuterClass.GetSchemaRequest
-
the package name for the schema being requested.
- getPackage() - Method in interface codegen.LoaderOuterClass.GetSchemaRequestOrBuilder
-
the package name for the schema being requested.
- getPackage() - Method in class com.pulumi.resources.ProviderResource.ProviderResourceInternal
- getPackageBytes() - Method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
-
the package name for the schema being requested.
- getPackageBytes() - Method in class codegen.LoaderOuterClass.GetSchemaRequest
-
the package name for the schema being requested.
- getPackageBytes() - Method in interface codegen.LoaderOuterClass.GetSchemaRequestOrBuilder
-
the package name for the schema being requested.
- getParameter(int) - Method in class com.pulumi.core.TypeShape
- getParameterCount() - Method in class com.pulumi.core.TypeShape
- getParameterization() - Method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
-
the parameterization for the schema being requested, can be empty.
- getParameterization() - Method in class codegen.LoaderOuterClass.GetSchemaRequest
-
the parameterization for the schema being requested, can be empty.
- getParameterization() - Method in interface codegen.LoaderOuterClass.GetSchemaRequestOrBuilder
-
the parameterization for the schema being requested, can be empty.
- getParameterizationBuilder() - Method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
-
the parameterization for the schema being requested, can be empty.
- getParameterizationOrBuilder() - Method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
-
the parameterization for the schema being requested, can be empty.
- getParameterizationOrBuilder() - Method in class codegen.LoaderOuterClass.GetSchemaRequest
-
the parameterization for the schema being requested, can be empty.
- getParameterizationOrBuilder() - Method in interface codegen.LoaderOuterClass.GetSchemaRequestOrBuilder
-
the parameterization for the schema being requested, can be empty.
- getParameters() - Method in class com.pulumi.core.TypeShape
- getParent() - Method in class com.pulumi.core.Alias
-
The previous parent of the resource.
- getParent() - Method in class com.pulumi.deployment.CallOptions
-
An optional parent to use for default options for this invoke (e.g.
- getParent() - Method in class com.pulumi.deployment.InvokeOptions
-
An optional parent to use for default options for this invoke (e.g.
- getParent() - Method in class com.pulumi.resources.ResourceOptions
- getParentUrn() - Method in class com.pulumi.core.Alias
-
The previous parent of the resource.
- getParserForType() - Method in class codegen.LoaderOuterClass.GetSchemaRequest
- getParserForType() - Method in class codegen.LoaderOuterClass.GetSchemaResponse
- getParserForType() - Method in class codegen.LoaderOuterClass.Parameterization
- getParserForType() - Method in class codegen.MapperOuterClass.GetMappingRequest
- getParserForType() - Method in class codegen.MapperOuterClass.GetMappingResponse
- getPluginDownloadURL() - Method in class com.pulumi.deployment.InvokeOptions
-
An optional URL, corresponding to the url from which the provider plugin that should be used when operating on this resource is downloaded from.
- getPluginDownloadURL() - Method in class com.pulumi.resources.ResourceOptions
- getProject() - Method in class com.pulumi.core.Alias
-
The previous project of the resource.
- getProjectName() - Method in interface com.pulumi.deployment.Deployment
- getProjectName() - Method in class com.pulumi.test.internal.MockDeployment
- getProjectSettings() - Method in class com.pulumi.automation.LocalWorkspace
-
Returns project settings for the current project if any.
- getProjectSettings() - Method in class com.pulumi.automation.Workspace
-
Returns project settings for the current project if any.
- getPropName() - Method in class com.pulumi.asset.AssetOrArchive.AssetOrArchiveInternal
- getProvider() - Method in class codegen.MapperOuterClass.GetMappingRequest.Builder
-
the provider name for the mapping being requested.
- getProvider() - Method in class codegen.MapperOuterClass.GetMappingRequest
-
the provider name for the mapping being requested.
- getProvider() - Method in interface codegen.MapperOuterClass.GetMappingRequestOrBuilder
-
the provider name for the mapping being requested.
- getProvider() - Method in class com.pulumi.deployment.CallOptions
- getProvider() - Method in class com.pulumi.deployment.InvokeOptions
- getProvider() - Method in class com.pulumi.resources.Resource.ResourceInternal
-
The specified provider or provider determined from the parent for custom resources.
- getProvider() - Method in class com.pulumi.resources.ResourceOptions
- getProvider(Resource, String) - Static method in class com.pulumi.resources.Resource.ResourceInternal
-
Fetches the provider for the given module member, if any.
- getProvider(String) - Method in class com.pulumi.resources.Resource.ResourceInternal
-
Fetches the provider for the given module member, if any.
- getProviderBytes() - Method in class codegen.MapperOuterClass.GetMappingRequest.Builder
-
the provider name for the mapping being requested.
- getProviderBytes() - Method in class codegen.MapperOuterClass.GetMappingRequest
-
the provider name for the mapping being requested.
- getProviderBytes() - Method in interface codegen.MapperOuterClass.GetMappingRequestOrBuilder
-
the provider name for the mapping being requested.
- getProviders() - Method in class com.pulumi.resources.ComponentResourceOptions
-
An optional list of providers to use for child resources.
- getPulumiProvider() - Method in class codegen.MapperOuterClass.GetMappingRequest.Builder
-
the expected name of the pulumi provider that maps to the requested provider.
- getPulumiProvider() - Method in class codegen.MapperOuterClass.GetMappingRequest
-
the expected name of the pulumi provider that maps to the requested provider.
- getPulumiProvider() - Method in interface codegen.MapperOuterClass.GetMappingRequestOrBuilder
-
the expected name of the pulumi provider that maps to the requested provider.
- getPulumiProviderBytes() - Method in class codegen.MapperOuterClass.GetMappingRequest.Builder
-
the expected name of the pulumi provider that maps to the requested provider.
- getPulumiProviderBytes() - Method in class codegen.MapperOuterClass.GetMappingRequest
-
the expected name of the pulumi provider that maps to the requested provider.
- getPulumiProviderBytes() - Method in interface codegen.MapperOuterClass.GetMappingRequestOrBuilder
-
the expected name of the pulumi provider that maps to the requested provider.
- getRegistrationId() - Method in class com.pulumi.resources.ProviderResource.ProviderResourceInternal
- getRemote() - Method in class com.pulumi.resources.Resource.ResourceInternal
- getReplaceOnChanges() - Method in class com.pulumi.resources.ResourceOptions
- getResource() - Method in exception com.pulumi.exceptions.ResourceException
- getResourceTransformations() - Method in class com.pulumi.resources.ResourceOptions
- getResourceValue() - Method in class com.pulumi.provider.internal.properties.PropertyValue
- getRootResourceAsync(EngineOuterClass.GetRootResourceRequest) - Method in class com.pulumi.test.internal.MockEngine
- getRunner() - Method in class com.pulumi.test.internal.MockDeployment
- getSchema() - Method in class codegen.LoaderOuterClass.GetSchemaResponse.Builder
-
the JSON encoded schema.
- getSchema() - Method in class codegen.LoaderOuterClass.GetSchemaResponse
-
the JSON encoded schema.
- getSchema() - Method in interface codegen.LoaderOuterClass.GetSchemaResponseOrBuilder
-
the JSON encoded schema.
- getSchema() - Method in class com.pulumi.provider.internal.models.GetSchemaResponse
- getSchema(LoaderOuterClass.GetSchemaRequest) - Method in class codegen.LoaderGrpc.LoaderBlockingStub
-
GetSchema tries to find a schema for the given package and version.
- getSchema(LoaderOuterClass.GetSchemaRequest) - Method in class codegen.LoaderGrpc.LoaderFutureStub
-
GetSchema tries to find a schema for the given package and version.
- getSchema(LoaderOuterClass.GetSchemaRequest, StreamObserver<LoaderOuterClass.GetSchemaResponse>) - Method in interface codegen.LoaderGrpc.AsyncService
-
GetSchema tries to find a schema for the given package and version.
- getSchema(LoaderOuterClass.GetSchemaRequest, StreamObserver<LoaderOuterClass.GetSchemaResponse>) - Method in class codegen.LoaderGrpc.LoaderStub
-
GetSchema tries to find a schema for the given package and version.
- getSchema(GetSchemaRequest) - Method in interface com.pulumi.provider.internal.Provider
-
Returns the schema for this provider's package.
- GetSchemaRequest - Class in com.pulumi.provider.internal.models
- GetSchemaRequest(int, String, String) - Constructor for class com.pulumi.provider.internal.models.GetSchemaRequest
- GetSchemaResponse - Class in com.pulumi.provider.internal.models
- GetSchemaResponse(String) - Constructor for class com.pulumi.provider.internal.models.GetSchemaResponse
- getSecret(String) - Method in class com.pulumi.Config
-
Loads an optional configuration value by its key, marking it as a secret, or empty if it doesn't exist.
- getSecretBoolean(String) - Method in class com.pulumi.Config
-
Loads an optional configuration value, as a boolean, by its key, making it as a secret or null if it doesn't exist.
- getSecretInteger(String) - Method in class com.pulumi.Config
-
Loads an optional configuration value, as a number, by its key, marking it as a secret or null if it doesn't exist.
- getSecretObject(String, TypeShape<T>) - Method in class com.pulumi.Config
- getSecretObject(String, Class<T>) - Method in class com.pulumi.Config
-
Loads an optional configuration value as a JSON string and deserializes it as an object, by its key, marking it as a secret or null (empty) if it doesn't exist.
- getSecretValue() - Method in class com.pulumi.provider.internal.properties.PropertyValue
- getSecretValue() - Method in class com.pulumi.resources.StackReferenceOutputDetails
-
Returns the secret value of the output.
- getSerializedSize() - Method in class codegen.LoaderOuterClass.GetSchemaRequest
- getSerializedSize() - Method in class codegen.LoaderOuterClass.GetSchemaResponse
- getSerializedSize() - Method in class codegen.LoaderOuterClass.Parameterization
- getSerializedSize() - Method in class codegen.MapperOuterClass.GetMappingRequest
- getSerializedSize() - Method in class codegen.MapperOuterClass.GetMappingResponse
- getServiceDescriptor() - Static method in class codegen.LoaderGrpc
- getServiceDescriptor() - Static method in class codegen.MapperGrpc
- getSettingsFileLocation() - Method in exception com.pulumi.automation.ProjectSettingsConflictException
-
FullPath of the Pulumi.yaml (or Pulumi.yml, Pulumi.json) settings file found on disk.
- getSigKey() - Method in class com.pulumi.asset.AssetOrArchive.AssetOrArchiveInternal
- getStack() - Method in class com.pulumi.automation.Workspace
-
Returns a summary of the currently selected stack, if any.
- getStack() - Method in class com.pulumi.core.Alias
-
The previous stack of the resource.
- getStack() - Method in class com.pulumi.test.internal.MockDeployment
- getStackName() - Method in interface com.pulumi.deployment.Deployment
- getStackName() - Method in class com.pulumi.test.internal.MockDeployment
- getStackOutputs(String) - Method in class com.pulumi.automation.LocalWorkspace
-
Gets the current set of Stack outputs from the last
WorkspaceStack.up()
call. - getStackOutputs(String) - Method in class com.pulumi.automation.Workspace
-
Gets the current set of Stack outputs from the last
WorkspaceStack.up()
call. - getStackSettings(String) - Method in class com.pulumi.automation.LocalWorkspace
-
Returns stack settings for the stack matching the specified stack name if any.
- getStackSettings(String) - Method in class com.pulumi.automation.Workspace
-
Returns stack settings for the stack matching the specified stack name if any.
- getState() - Method in class com.pulumi.provider.internal.models.ConstructResponse
- getStateDependencies() - Method in class com.pulumi.provider.internal.models.ConstructResponse
- getStringValue() - Method in class com.pulumi.provider.internal.properties.PropertyValue
- getSubpackageName() - Method in class com.pulumi.provider.internal.models.GetSchemaRequest
- getSubpackageVersion() - Method in class com.pulumi.provider.internal.models.GetSchemaRequest
- getTag(String) - Method in class com.pulumi.automation.WorkspaceStack
-
Returns the value associated with the stack and key, scoped to the Workspace.
- getTag(String, String) - Method in class com.pulumi.automation.LocalWorkspace
-
Returns the value associated with the stack and key, scoped to the Workspace.
- getTag(String, String) - Method in class com.pulumi.automation.Workspace
-
Returns the value associated with the stack and key, scoped to the Workspace.
- getType() - Method in class com.pulumi.core.Alias
-
The previous type of the resource.
- getType() - Method in class com.pulumi.core.TypeShape
- getType() - Method in class com.pulumi.provider.internal.models.ConstructRequest
- getType() - Method in class com.pulumi.provider.internal.properties.PropertyValue
- getTypeName() - Method in class com.pulumi.core.TypeShape
- getUpdate() - Method in class com.pulumi.resources.CustomTimeouts
- getUrn() - Method in class com.pulumi.core.Alias
-
The previous urn to alias to.
- getUrn() - Method in class com.pulumi.provider.internal.models.ConstructResponse
- getUrn() - Method in class com.pulumi.resources.ResourceOptions
- getValue() - Method in class codegen.LoaderOuterClass.Parameterization.Builder
-
the parameter value for the parameterized package.
- getValue() - Method in class codegen.LoaderOuterClass.Parameterization
-
the parameter value for the parameterized package.
- getValue() - Method in interface codegen.LoaderOuterClass.ParameterizationOrBuilder
-
the parameter value for the parameterized package.
- getValue() - Method in class com.pulumi.asset.AssetOrArchive.AssetOrArchiveInternal
- getValue() - Method in enum com.pulumi.automation.ProjectRuntimeName
- getValue() - Method in class com.pulumi.provider.internal.properties.PropertyValue.OutputReference
- getValue() - Method in class com.pulumi.resources.StackReferenceOutputDetails
-
Returns the value of the output.
- getValue(Class<T>) - Method in class com.pulumi.provider.internal.properties.PropertyValue
- getValueAsync(Output<String>) - Method in class com.pulumi.resources.StackReference
-
Fetches the value of the named stack output.
- getValueAsync(String) - Method in class com.pulumi.resources.StackReference
-
Fetches the value of the named stack output.
- getVariables() - Method in class com.pulumi.provider.internal.models.ConfigureRequest
- getVersion() - Method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
-
the version for the schema being requested, must be a valid semver or empty.
- getVersion() - Method in class codegen.LoaderOuterClass.GetSchemaRequest
-
the version for the schema being requested, must be a valid semver or empty.
- getVersion() - Method in interface codegen.LoaderOuterClass.GetSchemaRequestOrBuilder
-
the version for the schema being requested, must be a valid semver or empty.
- getVersion() - Method in class codegen.LoaderOuterClass.Parameterization.Builder
-
the parameterized package version.
- getVersion() - Method in class codegen.LoaderOuterClass.Parameterization
-
the parameterized package version.
- getVersion() - Method in interface codegen.LoaderOuterClass.ParameterizationOrBuilder
-
the parameterized package version.
- getVersion() - Method in class com.pulumi.deployment.CallOptions
-
An optional version, corresponding to the version of the provider plugin that should be used when performing this invokes.
- getVersion() - Method in class com.pulumi.deployment.InvokeOptions
-
An optional version, corresponding to the version of the provider plugin that should be used when performing this invoke.
- getVersion() - Method in class com.pulumi.provider.internal.models.GetSchemaRequest
- getVersion() - Method in class com.pulumi.resources.Resource.ResourceInternal
-
The specified provider version.
- getVersion() - Method in class com.pulumi.resources.ResourceOptions
- getVersionBytes() - Method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
-
the version for the schema being requested, must be a valid semver or empty.
- getVersionBytes() - Method in class codegen.LoaderOuterClass.GetSchemaRequest
-
the version for the schema being requested, must be a valid semver or empty.
- getVersionBytes() - Method in interface codegen.LoaderOuterClass.GetSchemaRequestOrBuilder
-
the version for the schema being requested, must be a valid semver or empty.
- getVersionBytes() - Method in class codegen.LoaderOuterClass.Parameterization.Builder
-
the parameterized package version.
- getVersionBytes() - Method in class codegen.LoaderOuterClass.Parameterization
-
the parameterized package version.
- getVersionBytes() - Method in interface codegen.LoaderOuterClass.ParameterizationOrBuilder
-
the parameterized package version.
- GO - com.pulumi.automation.ProjectRuntimeName
- golangString(Optional<Duration>) - Static method in class com.pulumi.resources.CustomTimeouts
H
- hasAnnotatedClass(Class<A>) - Method in class com.pulumi.core.TypeShape
- hasAnnotatedConstructor(Class<A>) - Method in class com.pulumi.core.TypeShape
- hashCode() - Method in class codegen.LoaderOuterClass.GetSchemaRequest
- hashCode() - Method in class codegen.LoaderOuterClass.GetSchemaResponse
- hashCode() - Method in class codegen.LoaderOuterClass.Parameterization
- hashCode() - Method in class codegen.MapperOuterClass.GetMappingRequest
- hashCode() - Method in class codegen.MapperOuterClass.GetMappingResponse
- hashCode() - Method in class com.pulumi.automation.ProjectBackend
- hashCode() - Method in class com.pulumi.automation.ProjectConfigItemsType
- hashCode() - Method in class com.pulumi.automation.ProjectConfigType
- hashCode() - Method in class com.pulumi.automation.ProjectOptions
- hashCode() - Method in class com.pulumi.automation.ProjectPluginOptions
- hashCode() - Method in class com.pulumi.automation.ProjectPlugins
- hashCode() - Method in class com.pulumi.automation.ProjectRuntime
- hashCode() - Method in class com.pulumi.automation.ProjectRuntimeOptions
- hashCode() - Method in class com.pulumi.automation.ProjectSettings
- hashCode() - Method in class com.pulumi.automation.ProjectTemplate
- hashCode() - Method in class com.pulumi.automation.ProjectTemplateConfigValue
- hashCode() - Method in class com.pulumi.automation.StackSettings
- hashCode() - Method in class com.pulumi.automation.StackSettingsConfigValue
- hashCode() - Method in class com.pulumi.automation.Version
- hashCode() - Method in class com.pulumi.core.Either
- hashCode() - Method in class com.pulumi.core.Tuples.Tuple1
- hashCode() - Method in class com.pulumi.core.Tuples.Tuple2
- hashCode() - Method in class com.pulumi.core.Tuples.Tuple3
- hashCode() - Method in class com.pulumi.core.Tuples.Tuple4
- hashCode() - Method in class com.pulumi.core.Tuples.Tuple5
- hashCode() - Method in class com.pulumi.core.Tuples.Tuple6
- hashCode() - Method in class com.pulumi.core.Tuples.Tuple7
- hashCode() - Method in class com.pulumi.core.Tuples.Tuple8
- hashCode() - Method in class com.pulumi.provider.internal.properties.PropertyValue
- hashCode() - Method in class com.pulumi.provider.internal.properties.PropertyValue.OutputReference
- hashCode() - Method in class com.pulumi.provider.internal.properties.PropertyValue.ResourceReference
- hashCode() - Method in class com.pulumi.resources.CustomTimeouts
- hasLoggedErrors() - Method in class com.pulumi.Log
- hasLoggedErrors() - Method in class com.pulumi.test.internal.MockEngine
- hasNoParent() - Method in class com.pulumi.core.Alias
-
Used to indicate the resource previously had no parent.
- hasParameterization() - Method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
-
the parameterization for the schema being requested, can be empty.
- hasParameterization() - Method in class codegen.LoaderOuterClass.GetSchemaRequest
-
the parameterization for the schema being requested, can be empty.
- hasParameterization() - Method in interface codegen.LoaderOuterClass.GetSchemaRequestOrBuilder
-
the parameterization for the schema being requested, can be empty.
- hasParameters() - Method in class com.pulumi.core.TypeShape
- HistoryOptions - Class in com.pulumi.automation
-
Options controlling the behavior of a
WorkspaceStack.getHistory()
operation. - HistoryOptions.Builder - Class in com.pulumi.automation
-
Builder for
HistoryOptions
.
I
- id - Variable in class com.pulumi.resources.ResourceOptions
- id - Variable in class com.pulumi.test.Mocks.ResourceArgs
-
Resource identifier
- id - Variable in class com.pulumi.test.Mocks.ResourceResult
-
A resource identifier
- id() - Method in class com.pulumi.automation.events.StepEventStateMetadata
-
Gets the resource's unique ID, assigned by the resource provider (or blank if none/uncreated).
- id() - Method in class com.pulumi.automation.PendingCreateValue
-
Gets the ID of the resource.
- id() - Method in class com.pulumi.resources.CustomResource
-
Pulumi ID is the provider-assigned unique ID for this managed resource.
- id() - Method in class com.pulumi.resources.Resource.LazyFields
- id(Output<String>) - Method in class com.pulumi.resources.ResourceOptions.Builder
- id(String) - Method in class com.pulumi.resources.ResourceOptions.Builder
-
An optional existing ID to load, rather than create.
- idFuture() - Method in class com.pulumi.resources.CustomResource
- idFuture() - Method in class com.pulumi.resources.Resource
-
Lazy Initialization method called at the beginning of the constructor.
- ignore() - Static method in class com.pulumi.Log
- ignoreChanges - Variable in class com.pulumi.resources.ResourceOptions
- ignoreChanges(String...) - Method in class com.pulumi.resources.ResourceOptions.Builder
-
Ignore changes to any of the specified properties.
- ignoreChanges(List<String>) - Method in class com.pulumi.resources.ResourceOptions.Builder
-
Ignore changes to any of the specified properties.
- Import - Annotation Type in com.pulumi.core.annotations
-
Annotation used by a Pulumi Cloud Provider Package to mark @see
Resource
input fields. - IMPORT - com.pulumi.automation.OperationType
- IMPORT - com.pulumi.automation.UpdateKind
- IMPORT_REPLACEMENT - com.pulumi.automation.OperationType
- important(boolean) - Method in class com.pulumi.automation.ProjectTemplate.Builder
-
Indicates the template is important.
- importId(String) - Method in class com.pulumi.resources.CustomResourceOptions.Builder
-
When provided with a resource ID, import indicates that this resource's provider should import its state from the cloud resource with the given ID.The inputs to the resource's constructor must align with the resource's current state.Once a resource has been imported, the import property must be removed from the resource's options.
- importPendingCreates() - Method in class com.pulumi.automation.RefreshOptions
-
Values to import into the stack
- importPendingCreates(List<PendingCreateValue>) - Method in class com.pulumi.automation.RefreshOptions.Builder
-
Sets the values to import into the stack
- importStack(StackDeployment) - Method in class com.pulumi.automation.WorkspaceStack
-
Imports the specified deployment state into a pre-existing stack.
- importStack(String, StackDeployment) - Method in class com.pulumi.automation.LocalWorkspace
-
Imports the specified deployment state into a pre-existing stack.
- importStack(String, StackDeployment) - Method in class com.pulumi.automation.Workspace
-
Imports the specified deployment state into a pre-existing stack.
- IN_PROGRESS - com.pulumi.automation.UpdateState
- info(String) - Method in interface com.pulumi.context.LoggingContext
-
Logs an informational message that is generally printed to stdout during resource operations.
- info(String) - Method in class com.pulumi.Log
-
Logs an informational message that is generally printed to stdout during resource operations.
- info(String, Resource) - Method in class com.pulumi.Log
-
Logs an informational message that is generally printed to stdout during resource operations.
- info(String, Resource, Integer, Boolean) - Method in class com.pulumi.Log
-
Logs an informational message that is generally printed to stdout during resource operations.
- info(String, Object...) - Method in interface com.pulumi.context.LoggingContext
-
Logs an informational message that is generally printed to stdout during resource operations.
- initErrors() - Method in class com.pulumi.automation.events.StepEventStateMetadata
-
Gets the set of errors encountered in the process of initializing resource.
- InputArgs - Class in com.pulumi.resources
-
Base type for all input argument classes.
- InputArgs() - Constructor for class com.pulumi.resources.InputArgs
- InputArgs.InputArgsInternal - Class in com.pulumi.resources
- inputs - Variable in class com.pulumi.test.Mocks.ResourceArgs
-
Resource input properties
- inputs() - Method in class com.pulumi.automation.events.StepEventStateMetadata
-
Gets the resource's input properties (as specified by the program).
- installPlugin(String, String) - Method in class com.pulumi.automation.Workspace
-
Installs a plugin in the Workspace, for example to use cloud providers like AWS or GCP.
- installPlugin(String, String, PluginInstallOptions) - Method in class com.pulumi.automation.LocalWorkspace
-
Installs a plugin in the Workspace, for example to use cloud providers like AWS or GCP.
- installPlugin(String, String, PluginInstallOptions) - Method in class com.pulumi.automation.Workspace
-
Installs a plugin in the Workspace, for example to use cloud providers like AWS or GCP.
- installTime() - Method in class com.pulumi.automation.PluginInfo
-
The time the plugin was installed.
- internalGetFieldAccessorTable() - Method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
- internalGetFieldAccessorTable() - Method in class codegen.LoaderOuterClass.GetSchemaRequest
- internalGetFieldAccessorTable() - Method in class codegen.LoaderOuterClass.GetSchemaResponse.Builder
- internalGetFieldAccessorTable() - Method in class codegen.LoaderOuterClass.GetSchemaResponse
- internalGetFieldAccessorTable() - Method in class codegen.LoaderOuterClass.Parameterization.Builder
- internalGetFieldAccessorTable() - Method in class codegen.LoaderOuterClass.Parameterization
- internalGetFieldAccessorTable() - Method in class codegen.MapperOuterClass.GetMappingRequest.Builder
- internalGetFieldAccessorTable() - Method in class codegen.MapperOuterClass.GetMappingRequest
- internalGetFieldAccessorTable() - Method in class codegen.MapperOuterClass.GetMappingResponse.Builder
- internalGetFieldAccessorTable() - Method in class codegen.MapperOuterClass.GetMappingResponse
- InvalidArchive() - Constructor for class com.pulumi.asset.Archive.InvalidArchive
- InvalidAsset() - Constructor for class com.pulumi.asset.Asset.InvalidAsset
- invoke(String, TypeShape<T>, InvokeArgs) - Method in interface com.pulumi.deployment.Deployment
- invoke(String, TypeShape<T>, InvokeArgs) - Method in class com.pulumi.test.internal.MockDeployment
- invoke(String, TypeShape<T>, InvokeArgs, InvokeOptions) - Method in interface com.pulumi.deployment.Deployment
- invoke(String, TypeShape<T>, InvokeArgs, InvokeOptions) - Method in class com.pulumi.test.internal.MockDeployment
- invoke(String, TypeShape<T>, InvokeArgs, InvokeOptions, CompletableFuture<String>) - Method in interface com.pulumi.deployment.Deployment
-
Dynamically invokes the function
token
, which is offered by a provider plugin. - invoke(String, TypeShape<T>, InvokeArgs, InvokeOptions, CompletableFuture<String>) - Method in class com.pulumi.test.internal.MockDeployment
- invoke(String, TypeShape<T>, InvokeArgs, InvokeOutputOptions) - Method in interface com.pulumi.deployment.Deployment
-
Same as @see
Deployment.invoke(String, TypeShape, InvokeArgs, InvokeOptions, CompletableFuture)
but takesInvokeOutputOptions
as options, which allows settingInvokeOutputOptions.dependsOn
to specify additional resource dependencies besides the ones that are automatically detected from theInvokeArgs
. - invoke(String, TypeShape<T>, InvokeArgs, InvokeOutputOptions) - Method in class com.pulumi.test.internal.MockDeployment
- invoke(String, TypeShape<T>, InvokeArgs, InvokeOutputOptions, CompletableFuture<String>) - Method in interface com.pulumi.deployment.Deployment
-
Same as @see
Deployment.invoke(String, TypeShape, InvokeArgs, InvokeOptions, CompletableFuture)
but takesInvokeOutputOptions
as options, which allows settingInvokeOutputOptions.dependsOn
to specify additional resource dependencies besides the ones that are automatically detected from theInvokeArgs
. - invoke(String, TypeShape<T>, InvokeArgs, InvokeOutputOptions, CompletableFuture<String>) - Method in class com.pulumi.test.internal.MockDeployment
- InvokeArgs - Class in com.pulumi.resources
-
Base type for all invoke argument classes.
- InvokeArgs() - Constructor for class com.pulumi.resources.InvokeArgs
- invokeAsync(String, TypeShape<T>, InvokeArgs) - Method in interface com.pulumi.deployment.Deployment
- invokeAsync(String, TypeShape<T>, InvokeArgs) - Method in class com.pulumi.test.internal.MockDeployment
- invokeAsync(String, TypeShape<T>, InvokeArgs, InvokeOptions) - Method in interface com.pulumi.deployment.Deployment
- invokeAsync(String, TypeShape<T>, InvokeArgs, InvokeOptions) - Method in class com.pulumi.test.internal.MockDeployment
- invokeAsync(String, TypeShape<T>, InvokeArgs, InvokeOptions, CompletableFuture<String>) - Method in interface com.pulumi.deployment.Deployment
-
Dynamically invokes the function
token
, which is offered by a provider plugin. - invokeAsync(String, TypeShape<T>, InvokeArgs, InvokeOptions, CompletableFuture<String>) - Method in class com.pulumi.test.internal.MockDeployment
- invokeAsync(String, InvokeArgs) - Method in interface com.pulumi.deployment.Deployment
-
Same as @see
Deployment.invokeAsync(String, TypeShape, InvokeArgs, InvokeOptions, CompletableFuture)
, however the return value is ignored. - invokeAsync(String, InvokeArgs) - Method in class com.pulumi.test.internal.MockDeployment
- invokeAsync(String, InvokeArgs, InvokeOptions) - Method in interface com.pulumi.deployment.Deployment
-
Same as @see
Deployment.invokeAsync(String, TypeShape, InvokeArgs, InvokeOptions, CompletableFuture)
, however the return value is ignored. - invokeAsync(String, InvokeArgs, InvokeOptions) - Method in class com.pulumi.test.internal.MockDeployment
- invokeAsync(Resource.ResourceInvokeRequest) - Method in class com.pulumi.test.internal.MockMonitor
- InvokeOptions - Class in com.pulumi.deployment
-
Options to help control the behavior of @see
Deployment.invokeAsync(String, TypeShape, InvokeArgs, InvokeOptions)
. - InvokeOptions() - Constructor for class com.pulumi.deployment.InvokeOptions
- InvokeOptions(Resource, ProviderResource, String) - Constructor for class com.pulumi.deployment.InvokeOptions
- InvokeOptions(Resource, ProviderResource, String, String) - Constructor for class com.pulumi.deployment.InvokeOptions
- InvokeOptions.Builder - Class in com.pulumi.deployment
- InvokeOptions.InvokeOptionsInternal - Class in com.pulumi.deployment
- InvokeOutputOptions - Class in com.pulumi.deployment
-
Options to help control the behavior of
Deployment.invoke(String, TypeShape, InvokeArgs, InvokeOutputOptions)
. - InvokeOutputOptions() - Constructor for class com.pulumi.deployment.InvokeOutputOptions
- InvokeOutputOptions(Resource, ProviderResource, String, String, List<Resource>) - Constructor for class com.pulumi.deployment.InvokeOutputOptions
- InvokeOutputOptions(Resource, ProviderResource, String, List<Resource>) - Constructor for class com.pulumi.deployment.InvokeOutputOptions
- InvokeOutputOptions.Builder - Class in com.pulumi.deployment
- InvokeOutputOptions.InvokeOutputOptionsInternal - Class in com.pulumi.deployment
- isAcceptOutputs() - Method in class com.pulumi.provider.internal.models.ConfigureResponse
- isAcceptResources() - Method in class com.pulumi.provider.internal.models.ConfigureRequest
- isAcceptResources() - Method in class com.pulumi.provider.internal.models.ConfigureResponse
- isAcceptSecrets() - Method in class com.pulumi.provider.internal.models.ConfigureRequest
- isAcceptSecrets() - Method in class com.pulumi.provider.internal.models.ConfigureResponse
- isAssignableFrom(TypeShape<U>) - Method in class com.pulumi.core.TypeShape
-
Returns true if the type and all the parameters are assignable from the given other shape.
- isComputed() - Method in class com.pulumi.provider.internal.properties.PropertyValue
- isConfigSecret(String) - Method in class com.pulumi.test.internal.MockDeployment
- isContinueOnError() - Method in class com.pulumi.automation.DestroyOptions
-
Continue to perform the update operation despite the occurrence of errors.
- isCurrent() - Method in class com.pulumi.automation.StackSummary
-
Returns whether the stack is the currently selected stack.
- isDiff() - Method in class com.pulumi.automation.PreviewOptions
-
Display the operation as a rich diff showing the overall change.
- isDryRun() - Method in interface com.pulumi.deployment.Deployment
-
Whether the application is currently being previewed or actually applied.
- isDryRun() - Method in class com.pulumi.test.internal.MockDeployment
- isEquivalentTo(Version) - Method in class com.pulumi.automation.Version
- isError() - Method in class com.pulumi.core.Either
-
Same as
Either.isLeft()
, a convenience method for Value/Error use case. - isExactVersion() - Method in class com.pulumi.automation.PluginInstallOptions
-
If
true
, force installation of an exact version match (usually >= is accepted). - isExpectNoChanges() - Method in class com.pulumi.automation.PreviewOptions
-
Return an error if any changes are proposed by this preview.
- isHideStack() - Method in exception com.pulumi.exceptions.ResourceException
- isHigherThan(Version) - Method in class com.pulumi.automation.Version
- isHigherThanOrEquivalentTo(Version) - Method in class com.pulumi.automation.Version
- isImportant() - Method in class com.pulumi.automation.ProjectTemplate
-
Indicates the template is important.
- isInitialized() - Method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
- isInitialized() - Method in class codegen.LoaderOuterClass.GetSchemaRequest
- isInitialized() - Method in class codegen.LoaderOuterClass.GetSchemaResponse.Builder
- isInitialized() - Method in class codegen.LoaderOuterClass.GetSchemaResponse
- isInitialized() - Method in class codegen.LoaderOuterClass.Parameterization.Builder
- isInitialized() - Method in class codegen.LoaderOuterClass.Parameterization
- isInitialized() - Method in class codegen.MapperOuterClass.GetMappingRequest.Builder
- isInitialized() - Method in class codegen.MapperOuterClass.GetMappingRequest
- isInitialized() - Method in class codegen.MapperOuterClass.GetMappingResponse.Builder
- isInitialized() - Method in class codegen.MapperOuterClass.GetMappingResponse
- isInputDiff() - Method in class com.pulumi.automation.events.PropertyDiff
-
True if this is a difference between old and new inputs rather than old state and new inputs.
- isLeft() - Method in class com.pulumi.core.Either
- isLowerThan(Version) - Method in class com.pulumi.automation.Version
- isLowerThanOrEquivalentTo(Version) - Method in class com.pulumi.automation.Version
- isMaybeCorrupt() - Method in class com.pulumi.automation.events.SummaryEvent
-
Gets whether one or more of the resources is in an invalid state.
- isNull() - Method in class com.pulumi.provider.internal.properties.PropertyValue
- isProtect() - Method in class com.pulumi.resources.ResourceOptions
- isRetainOnDelete() - Method in class com.pulumi.resources.ResourceOptions
- isRight() - Method in class com.pulumi.core.Either
- isSecret() - Method in class com.pulumi.automation.ConfigValue
-
True if the configuration value is secret.
- isSecret() - Method in class com.pulumi.automation.OutputValue
-
Returns whether the output is a secret.
- isSecret() - Method in class com.pulumi.automation.ProjectConfigType
-
Whether the configuration is secret.
- isSecure() - Method in class com.pulumi.automation.StackSettingsConfigValue
-
Returns whether the value is secure.
- isShowSecrets() - Method in class com.pulumi.automation.DestroyOptions
-
Show config secrets when they appear.
- isSkipVersionCheck() - Method in class com.pulumi.automation.LocalPulumiCommandOptions
-
If
true
, skips the version validation that checks if an existing Pulumi CLI installation is compatible with the SDK. - isSupportsPreview() - Method in class com.pulumi.provider.internal.models.ConfigureResponse
- isTargetDependents() - Method in class com.pulumi.automation.DestroyOptions
-
Allows updating of dependent targets discovered but not specified
UpdateOptions.targets()
- isUpdateInProgress() - Method in class com.pulumi.automation.StackSummary
-
Returns whether an update is currently in progress for the stack.
- isValue() - Method in class com.pulumi.core.Either
-
Same as
Either.isRight()
, a convenience method for Value/Error use case. - items() - Method in class com.pulumi.automation.ProjectConfigItemsType
-
The configuration items type.
- items() - Method in class com.pulumi.automation.ProjectConfigType
-
The configuration items type.
- items(ProjectConfigItemsType) - Method in class com.pulumi.automation.ProjectConfigItemsType.Builder
-
The configuration items type.
- items(ProjectConfigItemsType) - Method in class com.pulumi.automation.ProjectConfigType.Builder
-
The configuration items type.
J
- JAVA - com.pulumi.automation.ProjectRuntimeName
- json() - Method in class com.pulumi.automation.UpdateOptions
-
Format standard output as JSON not text.
- json() - Method in annotation type com.pulumi.core.annotations.Import
- json(boolean) - Method in class com.pulumi.automation.UpdateOptions.Builder
-
Format standard output as JSON not text.
K
- KeyMissingException(String, String) - Constructor for exception com.pulumi.resources.StackReference.KeyMissingException
- keys() - Method in class com.pulumi.automation.events.StepEventMetadata
-
Gets the keys causing a replacement (only applicable for "create" and "replace" Ops).
- kind() - Method in class com.pulumi.automation.events.PropertyDiff
-
Gets the kind of difference.
- kind() - Method in class com.pulumi.automation.PluginInfo
-
The kind of plugin.
- kind() - Method in class com.pulumi.automation.PluginInstallOptions
-
The kind of plugin to install.
- kind() - Method in class com.pulumi.automation.PluginRemoveOptions
-
The kind of plugin to remove.
- kind() - Method in class com.pulumi.automation.UpdateSummary
-
Returns the kind of the update.
- kind(PluginKind) - Method in class com.pulumi.automation.PluginInstallOptions.Builder
-
The kind of plugin to install.
- kind(PluginKind) - Method in class com.pulumi.automation.PluginRemoveOptions.Builder
-
The kind of plugin to remove.
L
- LANGUAGE - com.pulumi.automation.PluginKind
- languages() - Method in class com.pulumi.automation.ProjectPlugins
-
The language plugins to configure for the project.
- languages(List<ProjectPluginOptions>) - Method in class com.pulumi.automation.ProjectPlugins.Builder
-
The language plugins to configure for the project.
- lastUpdate() - Method in class com.pulumi.automation.StackSummary
-
Returns the time of the last update to the stack.
- lastUsedTime() - Method in class com.pulumi.automation.PluginInfo
-
The last time the plugin was used.
- LazyFields(Resource.LazyField<String>, Optional<Resource.LazyField<String>>) - Constructor for class com.pulumi.resources.Resource.LazyFields
- left() - Method in class com.pulumi.core.Either
-
Returns the contained instance, which must be present.
- license() - Method in class com.pulumi.automation.ProjectSettings
-
The license of the project.
- license(String) - Method in class com.pulumi.automation.ProjectSettings.Builder
-
The license of the project.
- list(Class<E>) - Static method in class com.pulumi.core.TypeShape
- listBuilder() - Static method in interface com.pulumi.core.Output
-
Helps to build an
Output
that wraps aList
. - ListBuilder() - Constructor for class com.pulumi.core.Output.ListBuilder
- listPlugins() - Method in class com.pulumi.automation.LocalWorkspace
-
Returns a list of all plugins installed in the Workspace.
- listPlugins() - Method in class com.pulumi.automation.Workspace
-
Returns a list of all plugins installed in the Workspace.
- listStacks() - Method in class com.pulumi.automation.LocalWorkspace
-
Returns all stacks created under the current project.
- listStacks() - Method in class com.pulumi.automation.Workspace
-
Returns all stacks created under the current project.
- listTags() - Method in class com.pulumi.automation.WorkspaceStack
-
Returns the tag map for the specified stack name, scoped to the current Workspace.
- listTags(String) - Method in class com.pulumi.automation.LocalWorkspace
-
Returns the tag map for the specified stack name, scoped to the current Workspace.
- listTags(String) - Method in class com.pulumi.automation.Workspace
-
Returns the tag map for the specified stack name, scoped to the current Workspace.
- LoaderGrpc - Class in codegen
-
Loader is a service for getting schemas from the Pulumi engine for use in code generators and other tools.
- LoaderGrpc.AsyncService - Interface in codegen
-
Loader is a service for getting schemas from the Pulumi engine for use in code generators and other tools.
- LoaderGrpc.LoaderBlockingStub - Class in codegen
-
A stub to allow clients to do synchronous rpc calls to service Loader.
- LoaderGrpc.LoaderFutureStub - Class in codegen
-
A stub to allow clients to do ListenableFuture-style rpc calls to service Loader.
- LoaderGrpc.LoaderImplBase - Class in codegen
-
Base class for the server implementation of the service Loader.
- LoaderGrpc.LoaderStub - Class in codegen
-
A stub to allow clients to do asynchronous rpc calls to service Loader.
- LoaderImplBase() - Constructor for class codegen.LoaderGrpc.LoaderImplBase
- LoaderOuterClass - Class in codegen
- LoaderOuterClass.GetSchemaRequest - Class in codegen
-
GetSchemaRequest allows the engine to return a schema for a given package and version.
- LoaderOuterClass.GetSchemaRequest.Builder - Class in codegen
-
GetSchemaRequest allows the engine to return a schema for a given package and version.
- LoaderOuterClass.GetSchemaRequestOrBuilder - Interface in codegen
- LoaderOuterClass.GetSchemaResponse - Class in codegen
-
GetSchemaResponse returns the schema data for the requested package.
- LoaderOuterClass.GetSchemaResponse.Builder - Class in codegen
-
GetSchemaResponse returns the schema data for the requested package.
- LoaderOuterClass.GetSchemaResponseOrBuilder - Interface in codegen
- LoaderOuterClass.Parameterization - Class in codegen
-
Parameterization specifies the name, version, and value for a parameterized package.
- LoaderOuterClass.Parameterization.Builder - Class in codegen
-
Parameterization specifies the name, version, and value for a parameterized package.
- LoaderOuterClass.ParameterizationOrBuilder - Interface in codegen
- LocalPulumiCommand - Class in com.pulumi.automation
-
A
PulumiCommand
implementation that uses a locally installed Pulumi CLI. - LocalPulumiCommandOptions - Class in com.pulumi.automation
-
Options to configure a
LocalPulumiCommand
instance. - LocalPulumiCommandOptions.Builder - Class in com.pulumi.automation
-
A builder for
LocalPulumiCommandOptions
. - LocalSerializer - Class in com.pulumi.automation.serialization.internal
-
LocalSerializer
provides serialization and deserialization utilities. - LocalSerializer() - Constructor for class com.pulumi.automation.serialization.internal.LocalSerializer
- LocalWorkspace - Class in com.pulumi.automation
-
LocalWorkspace is a default implementation of the Workspace interface.
- LocalWorkspaceOptions - Class in com.pulumi.automation
-
Extensibility options to configure a
LocalWorkspace
; e.g: settings to seed and environment variables to pass through to every command. - LocalWorkspaceOptions.Builder - Class in com.pulumi.automation
-
Builder for
LocalWorkspaceOptions
. - log() - Method in interface com.pulumi.Context
- log() - Method in class com.pulumi.test.internal.PulumiTestInternal
- Log - Class in com.pulumi
-
Logging functions that can be called from a Java application that will be logged to the
Pulumi
log stream. - Log(EngineLogger) - Constructor for class com.pulumi.Log
- Log(EngineLogger, boolean) - Constructor for class com.pulumi.Log
- logAsync(EngineOuterClass.LogRequest) - Method in class com.pulumi.test.internal.MockEngine
- LogException - Exception in com.pulumi.exceptions
-
Special exception we throw if we had a problem actually logging a message to the engine error rpc endpoint.
- LogException(Throwable) - Constructor for exception com.pulumi.exceptions.LogException
- logFlow() - Method in class com.pulumi.automation.UpdateOptions
-
Flow log settings to child processes (like plugins)
- logFlow(boolean) - Method in class com.pulumi.automation.UpdateOptions.Builder
-
Flow log settings to child processes (like plugins)
- logger() - Method in class com.pulumi.automation.LocalWorkspace
-
A custom logger instance that will be used for the action.
- logger() - Method in class com.pulumi.automation.LocalWorkspaceOptions
-
A custom logger instance that will be used for inline programs.
- logger() - Method in class com.pulumi.automation.PreviewOptions
-
A custom logger instance that will be used for the action.
- logger() - Method in class com.pulumi.automation.UpOptions
-
A custom logger instance that will be used for the action.
- logger() - Method in class com.pulumi.automation.Workspace
-
A custom logger instance that will be used for the action.
- logger(Level) - Static method in class com.pulumi.test.internal.PulumiTestInternal
- logger(Logger) - Method in class com.pulumi.automation.LocalWorkspaceOptions.Builder
-
A custom logger instance that will be used for inline programs.
- logger(Logger) - Method in class com.pulumi.automation.PreviewOptions.Builder
-
A custom logger instance that will be used for the action.
- logger(Logger) - Method in class com.pulumi.automation.UpOptions.Builder
-
A custom logger instance that will be used for the action.
- LoggingContext - Interface in com.pulumi.context
-
Provides
Config
in current context. - logical() - Method in class com.pulumi.automation.events.StepEventMetadata
-
Gets whether the step is a logical operation in the program.
- logToStdErr() - Method in class com.pulumi.automation.UpdateOptions
-
Log to stderr instead of to files
- logToStdErr(boolean) - Method in class com.pulumi.automation.UpdateOptions.Builder
-
Log to stderr instead of to files
- logVerbosity() - Method in class com.pulumi.automation.UpdateOptions
-
Enable verbose logging (e.g., v=3); anything >3 is very verbose
- logVerbosity(Integer) - Method in class com.pulumi.automation.UpdateOptions.Builder
-
Enable verbose logging (e.g., v=3); anything >3 is very verbose
M
- main() - Method in class com.pulumi.automation.ProjectSettings
-
An optional override for the program's main entry-point location.
- main(String) - Method in class com.pulumi.automation.ProjectSettings.Builder
-
An optional override for the program's main entry-point location.
- majorVersion() - Method in class com.pulumi.automation.Version
-
Returns the major version.
- map(Class<K>, Class<V>) - Static method in class com.pulumi.core.TypeShape
- map(Function<? super R, ? extends R1>) - Method in class com.pulumi.core.Either
-
Applies
function
if this is aRight
or returnsLeft
. - mapBuilder() - Static method in interface com.pulumi.core.Output
-
Helps to build a
Map
wrapped in anOutput
. - MapBuilder() - Constructor for class com.pulumi.core.Output.MapBuilder
- mapOrThrow(Function<L, E>, Function<R, T>) - Method in class com.pulumi.core.Either
-
Returns the
Right
instance, if present, mapped with the givenrightFunction
;throw leftFunction.apply(left())
otherwise. - MapperGrpc - Class in codegen
-
Mapper is a service for getting mappings from other ecosystems to Pulumi.
- MapperGrpc.AsyncService - Interface in codegen
-
Mapper is a service for getting mappings from other ecosystems to Pulumi.
- MapperGrpc.MapperBlockingStub - Class in codegen
-
A stub to allow clients to do synchronous rpc calls to service Mapper.
- MapperGrpc.MapperFutureStub - Class in codegen
-
A stub to allow clients to do ListenableFuture-style rpc calls to service Mapper.
- MapperGrpc.MapperImplBase - Class in codegen
-
Base class for the server implementation of the service Mapper.
- MapperGrpc.MapperStub - Class in codegen
-
A stub to allow clients to do asynchronous rpc calls to service Mapper.
- MapperImplBase() - Constructor for class codegen.MapperGrpc.MapperImplBase
- MapperOuterClass - Class in codegen
- MapperOuterClass.GetMappingRequest - Class in codegen
-
GetMappingRequest allows the engine to return ecosystem specific information to allow the converter to be convert provider types from a source markup to Pulumi.
- MapperOuterClass.GetMappingRequest.Builder - Class in codegen
-
GetMappingRequest allows the engine to return ecosystem specific information to allow the converter to be convert provider types from a source markup to Pulumi.
- MapperOuterClass.GetMappingRequestOrBuilder - Interface in codegen
- MapperOuterClass.GetMappingResponse - Class in codegen
-
GetMappingResponse returns converter plugin specific data for the requested provider.
- MapperOuterClass.GetMappingResponse.Builder - Class in codegen
-
GetMappingResponse returns converter plugin specific data for the requested provider.
- MapperOuterClass.GetMappingResponseOrBuilder - Interface in codegen
- marshal() - Method in class com.pulumi.provider.internal.properties.PropertyValue
- marshalProperties(Map<String, PropertyValue>) - Static method in class com.pulumi.provider.internal.properties.PropertyValue
- merge(ComponentResourceOptions, ComponentResourceOptions) - Static method in class com.pulumi.resources.ComponentResourceOptions
-
Takes two "ComponentResourceOptions" values and produces a new "ComponentResourceOptions" with the respective properties of "options2" merged over the same properties in "options1".
- merge(ComponentResourceOptions, ComponentResourceOptions, Output<String>) - Static method in class com.pulumi.resources.ComponentResourceOptions
- merge(CustomResourceOptions, CustomResourceOptions) - Static method in class com.pulumi.resources.CustomResourceOptions
-
Takes two @see
CustomResourceOptions
values and produces a new @seeCustomResourceOptions
with the respective properties of "options2" merged over the same properties in "options1". - merge(CustomResourceOptions, CustomResourceOptions, Output<String>) - Static method in class com.pulumi.resources.CustomResourceOptions
- merge(StackOptions, StackOptions) - Static method in class com.pulumi.resources.StackOptions
-
Takes two
StackOptions
values and produces a newStackOptions
with the respective properties of "options2" merged over the same properties in "options1". - mergeFrom(LoaderOuterClass.GetSchemaRequest) - Method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
- mergeFrom(LoaderOuterClass.GetSchemaResponse) - Method in class codegen.LoaderOuterClass.GetSchemaResponse.Builder
- mergeFrom(LoaderOuterClass.Parameterization) - Method in class codegen.LoaderOuterClass.Parameterization.Builder
- mergeFrom(MapperOuterClass.GetMappingRequest) - Method in class codegen.MapperOuterClass.GetMappingRequest.Builder
- mergeFrom(MapperOuterClass.GetMappingResponse) - Method in class codegen.MapperOuterClass.GetMappingResponse.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class codegen.LoaderOuterClass.GetSchemaResponse.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class codegen.LoaderOuterClass.Parameterization.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class codegen.MapperOuterClass.GetMappingRequest.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class codegen.MapperOuterClass.GetMappingResponse.Builder
- mergeFrom(Message) - Method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
- mergeFrom(Message) - Method in class codegen.LoaderOuterClass.GetSchemaResponse.Builder
- mergeFrom(Message) - Method in class codegen.LoaderOuterClass.Parameterization.Builder
- mergeFrom(Message) - Method in class codegen.MapperOuterClass.GetMappingRequest.Builder
- mergeFrom(Message) - Method in class codegen.MapperOuterClass.GetMappingResponse.Builder
- mergeNullableList(List<T>, List<T>) - Static method in class com.pulumi.resources.Resources
- mergeParameterization(LoaderOuterClass.Parameterization) - Method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
-
the parameterization for the schema being requested, can be empty.
- mergeSharedOptions(T, T) - Static method in class com.pulumi.resources.ResourceOptions
- mergeSharedOptions(T, T, Output<String>) - Static method in class com.pulumi.resources.ResourceOptions
- mergeUnknownFields(UnknownFieldSet) - Method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class codegen.LoaderOuterClass.GetSchemaResponse.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class codegen.LoaderOuterClass.Parameterization.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class codegen.MapperOuterClass.GetMappingRequest.Builder
- mergeUnknownFields(UnknownFieldSet) - Method in class codegen.MapperOuterClass.GetMappingResponse.Builder
- message() - Method in class com.pulumi.automation.events.DiagnosticEvent
-
Gets the message.
- message() - Method in class com.pulumi.automation.events.PolicyEvent
-
Gets the message.
- message() - Method in class com.pulumi.automation.events.StandardOutputEvent
-
Gets the message content.
- message() - Method in class com.pulumi.automation.UpdateSummary
-
Returns the message associated with the update.
- message(String) - Method in class com.pulumi.automation.UpdateOptions.Builder
-
Optional message to associate with the operation.
- Message() - Method in class com.pulumi.automation.UpdateOptions
-
Optional message to associate with the operation.
- metadata() - Method in class com.pulumi.automation.events.ResourceOperationFailedEvent
-
The step event metadata.
- metadata() - Method in class com.pulumi.automation.events.ResourceOutputsEvent
-
Gets the step event metadata.
- metadata() - Method in class com.pulumi.automation.events.ResourcePreEvent
-
Gets the step event metadata.
- metadata() - Method in class com.pulumi.automation.ProjectTemplate
-
Additional metadata for the template.
- metadata(Map<String, String>) - Method in class com.pulumi.automation.ProjectTemplate.Builder
-
Additional metadata for the template.
- minorVersion() - Method in class com.pulumi.automation.Version
-
Returns the minor version.
- MissingExpectedEventException - Exception in com.pulumi.automation
-
An exception thrown when an expected event is missing.
- MissingExpectedEventException(String, String) - Constructor for exception com.pulumi.automation.MissingExpectedEventException
- MissingRequiredPropertyException - Exception in com.pulumi.exceptions
-
MissingRequiredPropertyException is thrown when a required input property is missing from a resource args builder
- MissingRequiredPropertyException(String, String) - Constructor for exception com.pulumi.exceptions.MissingRequiredPropertyException
- MockDeployment - Class in com.pulumi.test.internal
-
Simple mock of
Deployment
that does mostly nothing. - MockDeployment(DeploymentImpl.DeploymentState) - Constructor for class com.pulumi.test.internal.MockDeployment
- MockEngine - Class in com.pulumi.test.internal
- MockEngine() - Constructor for class com.pulumi.test.internal.MockEngine
- mockLog() - Static method in class com.pulumi.test.internal.PulumiTestInternal
- mockLog(Logger) - Static method in class com.pulumi.test.internal.PulumiTestInternal
- mockLog(Logger, Supplier<Engine>) - Static method in class com.pulumi.test.internal.PulumiTestInternal
- MockMonitor - Class in com.pulumi.test.internal
- MockMonitor(Mocks, Log) - Constructor for class com.pulumi.test.internal.MockMonitor
- MockRunner - Class in com.pulumi.test.internal
- MockRunner() - Constructor for class com.pulumi.test.internal.MockRunner
- mocks(Mocks) - Method in class com.pulumi.test.internal.PulumiTestInternal.Builder
- Mocks - Interface in com.pulumi.test
-
Hooks to mock the engine that provide test doubles for offline unit testing of stacks.
- Mocks.CallArgs - Class in com.pulumi.test
-
MockCallArgs for use in CallAsync
- Mocks.ResourceArgs - Class in com.pulumi.test
-
ResourceArgs for use in
Mocks.newResourceAsync(ResourceArgs)
- Mocks.ResourceResult - Class in com.pulumi.test
-
A resource identifier and resource state.
- monitor() - Method in class com.pulumi.test.internal.PulumiTestInternal
- monitorDecorator(Function<MockMonitor, MockMonitor>) - Method in class com.pulumi.test.internal.PulumiTestInternal.Builder
-
Decorate the
MockMonitor
instance for this test.
N
- name - Variable in class com.pulumi.test.Mocks.ResourceArgs
-
Resource name
- name() - Method in class com.pulumi.automation.PluginInfo
-
The simple name of the plugin.
- name() - Method in class com.pulumi.automation.PluginRemoveOptions
-
The name of the plugin to remove.
- name() - Method in class com.pulumi.automation.ProjectPluginOptions
-
The name of the plugin.
- name() - Method in class com.pulumi.automation.ProjectRuntime
-
Returns the runtime name.
- name() - Method in class com.pulumi.automation.ProjectSettings
-
The name of the project.
- name() - Method in class com.pulumi.automation.StackSummary
-
Returns the name of the stack.
- name() - Method in class com.pulumi.automation.WorkspaceStack
-
Gets the name identifying the Stack.
- name() - Method in annotation type com.pulumi.core.annotations.Export
- name() - Method in annotation type com.pulumi.core.annotations.Import
- name() - Method in class com.pulumi.resources.StackReference
-
The name of the referenced stack.
- name() - Method in class com.pulumi.resources.StackReferenceArgs
-
The name of the stack to reference.
- name(ProjectRuntimeName) - Method in class com.pulumi.automation.ProjectRuntime.Builder
-
The runtime name.
- name(Output<String>) - Method in class com.pulumi.core.Alias.Builder
- name(Output<String>) - Method in class com.pulumi.resources.StackReferenceArgs.Builder
- name(String) - Method in class com.pulumi.automation.PluginRemoveOptions.Builder
-
The name of the plugin to remove.
- name(String) - Method in class com.pulumi.automation.ProjectPluginOptions.Builder
-
The name of the plugin.
- name(String) - Method in class com.pulumi.automation.ProjectSettings.Builder
-
The name of the project.
- name(String) - Method in class com.pulumi.core.Alias.Builder
- name(String) - Method in class com.pulumi.resources.StackReferenceArgs.Builder
- NAME_FIELD_NUMBER - Static variable in class codegen.LoaderOuterClass.Parameterization
- new_() - Method in class com.pulumi.automation.events.StepEventMetadata
-
Gets the state of the resource after performing the step.
- newBlockingStub(Channel) - Static method in class codegen.LoaderGrpc
-
Creates a new blocking-style stub that supports unary and streaming output calls on the service
- newBlockingStub(Channel) - Static method in class codegen.MapperGrpc
-
Creates a new blocking-style stub that supports unary and streaming output calls on the service
- newBuilder() - Static method in class codegen.LoaderOuterClass.GetSchemaRequest
- newBuilder() - Static method in class codegen.LoaderOuterClass.GetSchemaResponse
- newBuilder() - Static method in class codegen.LoaderOuterClass.Parameterization
- newBuilder() - Static method in class codegen.MapperOuterClass.GetMappingRequest
- newBuilder() - Static method in class codegen.MapperOuterClass.GetMappingResponse
- newBuilder(LoaderOuterClass.GetSchemaRequest) - Static method in class codegen.LoaderOuterClass.GetSchemaRequest
- newBuilder(LoaderOuterClass.GetSchemaResponse) - Static method in class codegen.LoaderOuterClass.GetSchemaResponse
- newBuilder(LoaderOuterClass.Parameterization) - Static method in class codegen.LoaderOuterClass.Parameterization
- newBuilder(MapperOuterClass.GetMappingRequest) - Static method in class codegen.MapperOuterClass.GetMappingRequest
- newBuilder(MapperOuterClass.GetMappingResponse) - Static method in class codegen.MapperOuterClass.GetMappingResponse
- newBuilderForType() - Method in class codegen.LoaderOuterClass.GetSchemaRequest
- newBuilderForType() - Method in class codegen.LoaderOuterClass.GetSchemaResponse
- newBuilderForType() - Method in class codegen.LoaderOuterClass.Parameterization
- newBuilderForType() - Method in class codegen.MapperOuterClass.GetMappingRequest
- newBuilderForType() - Method in class codegen.MapperOuterClass.GetMappingResponse
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class codegen.LoaderOuterClass.GetSchemaRequest
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class codegen.LoaderOuterClass.GetSchemaResponse
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class codegen.LoaderOuterClass.Parameterization
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class codegen.MapperOuterClass.GetMappingRequest
- newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class codegen.MapperOuterClass.GetMappingResponse
- newFutureStub(Channel) - Static method in class codegen.LoaderGrpc
-
Creates a new ListenableFuture-style stub that supports unary calls on the service
- newFutureStub(Channel) - Static method in class codegen.MapperGrpc
-
Creates a new ListenableFuture-style stub that supports unary calls on the service
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class codegen.LoaderOuterClass.GetSchemaRequest
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class codegen.LoaderOuterClass.GetSchemaResponse
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class codegen.LoaderOuterClass.Parameterization
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class codegen.MapperOuterClass.GetMappingRequest
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - Method in class codegen.MapperOuterClass.GetMappingResponse
- newPassphrase() - Method in class com.pulumi.automation.SecretsProviderOptions
-
The new passphrase to use in the passphrase provider.
- newPassphrase(String) - Method in class com.pulumi.automation.SecretsProviderOptions.Builder
-
Sets the new passphrase to use in the passphrase provider.
- newResourceAsync(Mocks.ResourceArgs) - Method in class com.pulumi.test.EmptyMocks
- newResourceAsync(Mocks.ResourceArgs) - Method in interface com.pulumi.test.Mocks
-
Invoked when a new resource is created by the program.
- newStub(Channel) - Static method in class codegen.LoaderGrpc
-
Creates a new async stub that supports all call types for the service
- newStub(Channel) - Static method in class codegen.MapperGrpc
-
Creates a new async stub that supports all call types for the service
- nodeargs() - Method in class com.pulumi.automation.ProjectRuntimeOptions
-
Applies to NodeJS projects only.
- nodeargs(String) - Method in class com.pulumi.automation.ProjectRuntimeOptions.Builder
-
Applies to NodeJS projects only.
- NODEJS - com.pulumi.automation.ProjectRuntimeName
- noParent() - Static method in class com.pulumi.core.Alias
-
Create an
Alias
with no parent. - NoSummaryEventException - Exception in com.pulumi.automation
-
An exception thrown when a
SummaryEvent
is missing. - NoSummaryEventException(String) - Constructor for exception com.pulumi.automation.NoSummaryEventException
- NOT_STARTED - com.pulumi.automation.UpdateState
- NULL - com.pulumi.provider.internal.properties.PropertyValue.ValueType
- NULL - Static variable in class com.pulumi.provider.internal.properties.PropertyValue
- NUMBER - com.pulumi.provider.internal.properties.PropertyValue.ValueType
O
- OBJECT - com.pulumi.provider.internal.properties.PropertyValue.ValueType
- of(boolean) - Static method in class com.pulumi.provider.internal.properties.PropertyValue
- of(double) - Static method in class com.pulumi.provider.internal.properties.PropertyValue
- of(long, long) - Static method in class com.pulumi.automation.Version
-
Obtains a
Version
instance of the specified major, minor and patch versions. - of(long, long, long) - Static method in class com.pulumi.automation.Version
-
Obtains a
Version
instance of the specified major, minor and patch versions. - of(Archive) - Static method in class com.pulumi.provider.internal.properties.PropertyValue
- of(Asset) - Static method in class com.pulumi.provider.internal.properties.PropertyValue
- of(PropertyValue.OutputReference) - Static method in class com.pulumi.provider.internal.properties.PropertyValue
- of(PropertyValue.ResourceReference) - Static method in class com.pulumi.provider.internal.properties.PropertyValue
- of(Class<T>) - Static method in class com.pulumi.core.TypeShape
- of(String) - Static method in class com.pulumi.Config
-
Deprecated.will be removed in the future, use
ConfigContext.config(String)
- of(String) - Static method in class com.pulumi.provider.internal.properties.PropertyValue
- of(CompletableFuture<T>) - Static method in interface com.pulumi.core.Output
-
Returns an
Output
<T> describing a future value. - of(List<PropertyValue>) - Static method in class com.pulumi.provider.internal.properties.PropertyValue
- of(Map<String, PropertyValue>) - Static method in class com.pulumi.provider.internal.properties.PropertyValue
- of(Optional<String>, Object) - Static method in class com.pulumi.test.Mocks.ResourceResult
- of(T) - Static method in interface com.pulumi.core.Output
-
Returns an
Output
<T> describing the given non-null
value. - of(T1, T2) - Static method in class com.pulumi.core.Tuples
- of(T1, T2, T3) - Static method in class com.pulumi.core.Tuples
- of(T1, T2, T3, T4) - Static method in class com.pulumi.core.Tuples
- of(T1, T2, T3, T4, T5) - Static method in class com.pulumi.core.Tuples
- of(T1, T2, T3, T4, T5, T6) - Static method in class com.pulumi.core.Tuples
- of(T1, T2, T3, T4, T5, T6, T7) - Static method in class com.pulumi.core.Tuples
- of(T1, T2, T3, T4, T5, T6, T7, T8) - Static method in class com.pulumi.core.Tuples
- ofJson() - Static method in interface com.pulumi.core.Output
- ofJson(JsonElement) - Static method in interface com.pulumi.core.Output
-
Represents an
Output
value that wraps aJsonElement
- ofLeft(Output<L>) - Static method in interface com.pulumi.core.Output
- ofLeft(L) - Static method in class com.pulumi.core.Either
-
Returns an
Either
instance containing the given non-null reference. - ofLeft(L) - Static method in interface com.pulumi.core.Output
-
Represents an
Output
value that can be one of two different types. - ofList() - Static method in interface com.pulumi.core.Output
- ofList(E) - Static method in interface com.pulumi.core.Output
- ofList(E, E) - Static method in interface com.pulumi.core.Output
- ofList(E, E, E) - Static method in interface com.pulumi.core.Output
- ofList(E, E, E, E) - Static method in interface com.pulumi.core.Output
- ofList(E, E, E, E, E) - Static method in interface com.pulumi.core.Output
- ofList(E, E, E, E, E, E) - Static method in interface com.pulumi.core.Output
- ofList(E, E, E, E, E, E, E) - Static method in interface com.pulumi.core.Output
- ofList(E, E, E, E, E, E, E, E) - Static method in interface com.pulumi.core.Output
- ofList(E, E, E, E, E, E, E, E, E) - Static method in interface com.pulumi.core.Output
- ofList(E, E, E, E, E, E, E, E, E, E) - Static method in interface com.pulumi.core.Output
- ofList(E, E, E, E, E, E, E, E, E, E, E) - Static method in interface com.pulumi.core.Output
- ofList(E, E, E, E, E, E, E, E, E, E, E, E) - Static method in interface com.pulumi.core.Output
- ofList(E, E, E, E, E, E, E, E, E, E, E, E, E...) - Static method in interface com.pulumi.core.Output
- ofMap() - Static method in interface com.pulumi.core.Output
- ofMap(String, V) - Static method in interface com.pulumi.core.Output
- ofMap(String, V, String, V) - Static method in interface com.pulumi.core.Output
- ofMap(String, V, String, V, String, V) - Static method in interface com.pulumi.core.Output
- ofMap(String, V, String, V, String, V, String, V) - Static method in interface com.pulumi.core.Output
- ofMap(String, V, String, V, String, V, String, V, String, V) - Static method in interface com.pulumi.core.Output
- ofNullable(T) - Static method in interface com.pulumi.core.Output
-
Returns an
Output
<T> describing the given value, if non-null
, otherwise returns an emptyOutput
<T>. - ofRight(Output<R>) - Static method in interface com.pulumi.core.Output
- ofRight(R) - Static method in class com.pulumi.core.Either
-
Returns an
Either
instance containing the given non-null reference. - ofRight(R) - Static method in interface com.pulumi.core.Output
- ofSecret(PropertyValue) - Static method in class com.pulumi.provider.internal.properties.PropertyValue
- ofSecret(T) - Static method in interface com.pulumi.core.Output
-
Returns an
Output
<T> describing the given non-null
secret value. - old() - Method in class com.pulumi.automation.events.StepEventMetadata
-
Gets the state of the resource before performing the step.
- onEngineEvent() - Method in class com.pulumi.automation.CommandRunOptions
-
Returns a consumer that will be called with each engine event from the command.
- onEngineEvent(Consumer<EngineEvent>) - Method in class com.pulumi.automation.CommandRunOptions.Builder
-
Sets a consumer that will be called with each engine event from the command.
- onEvent() - Method in class com.pulumi.automation.UpdateOptions
-
Optional callback which is invoked with the engine events.
- onEvent(Consumer<EngineEvent>) - Method in class com.pulumi.automation.UpdateOptions.Builder
-
Optional callback which is invoked with the engine events.
- onStandardError() - Method in class com.pulumi.automation.CommandRunOptions
-
Returns a consumer that will be called with each line of standard error from the command.
- onStandardError() - Method in class com.pulumi.automation.UpdateOptions
-
Optional callback which is invoked whenever StandardError is written into.
- onStandardError(Consumer<String>) - Method in class com.pulumi.automation.CommandRunOptions.Builder
-
Sets a consumer that will be called with each line of standard error from the command.
- onStandardError(Consumer<String>) - Method in class com.pulumi.automation.UpdateOptions.Builder
-
Optional callback which is invoked whenever StandardError is written into.
- onStandardOutput() - Method in class com.pulumi.automation.CommandRunOptions
-
Returns a consumer that will be called with each line of standard output from the command.
- onStandardOutput() - Method in class com.pulumi.automation.UpdateOptions
-
Optional callback which is invoked whenever StandardOutput is written into.
- onStandardOutput(Consumer<String>) - Method in class com.pulumi.automation.CommandRunOptions.Builder
-
Sets a consumer that will be called with each line of standard output from the command.
- onStandardOutput(Consumer<String>) - Method in class com.pulumi.automation.UpdateOptions.Builder
-
Optional callback which is invoked whenever StandardOutput is written into.
- op() - Method in class com.pulumi.automation.events.StepEventMetadata
-
Gets the operation being performed.
- OperationType - Enum in com.pulumi.automation
-
The type of operation being performed on a resource.
- optional(Class<T>) - Static method in class com.pulumi.core.TypeShape
- options - Variable in class com.pulumi.resources.ResourceOptions.Builder
- options() - Method in class com.pulumi.automation.ProjectRuntime
-
Returns the runtime options.
- options() - Method in class com.pulumi.automation.ProjectSettings
-
An optional set of project options.
- options() - Method in class com.pulumi.resources.ResourceTransformation.Args
- options() - Method in class com.pulumi.resources.ResourceTransformation.Result
- options() - Method in class com.pulumi.test.internal.PulumiTestInternal
- options(ProjectOptions) - Method in class com.pulumi.automation.ProjectSettings.Builder
-
The options of the project.
- options(ProjectRuntimeOptions) - Method in class com.pulumi.automation.ProjectRuntime.Builder
-
The runtime options.
- options(TestOptions) - Method in class com.pulumi.test.internal.PulumiTestInternal.Builder
- or(Either<? extends L, ? extends R>) - Method in class com.pulumi.core.Either
- or(R) - Method in class com.pulumi.core.Either
-
Returns this
Either
value if it has theRight
value present;defaultValue
otherwise. - organizationName() - Method in interface com.pulumi.Context
- organizationName() - Method in class com.pulumi.test.TestOptions
- organizationName(String) - Method in class com.pulumi.test.TestOptions.Builder
-
The organization name.
- organizations() - Method in class com.pulumi.automation.WhoAmIResult
-
Organizations the user are in for the backend.
- orThrow(Function<L, E>) - Method in class com.pulumi.core.Either
-
Returns the
Right
value if it is present;throw leftFunction.apply(left())
otherwise. - output(Output<String>) - Method in class com.pulumi.resources.StackReference
-
Fetches the value of the named stack output, or
null
if the stack output was not found. - output(String) - Method in class com.pulumi.resources.StackReference
-
Fetches the value of the named stack output, or
null
if the stack output was not found. - output(String) - Method in class com.pulumi.test.TestResult
-
Gets an output associated with the given name.
- output(String, Class<T>) - Method in class com.pulumi.test.TestResult
-
Gets an output associated with the given
name
and casts the value to the giventype
. - output(T) - Method in interface com.pulumi.context.OutputContext
-
Creates a new
Output
with a non-null value. - Output<T> - Interface in com.pulumi.core
-
Output
<T> is a key part of how Pulumi tracks dependencies betweenResource
s. - OUTPUT - com.pulumi.provider.internal.properties.PropertyValue.ValueType
- Output.ListBuilder<E> - Class in com.pulumi.core
-
A
List
wrapped in anOutput
builder. - Output.MapBuilder<V> - Class in com.pulumi.core
-
A
Map
wrapped in anOutput
builder. - OutputContext - Interface in com.pulumi.context
-
Allows for
Output
creation in current context. - outputDetailsAsync(String) - Method in class com.pulumi.resources.StackReference
-
Fetches the value of the named stack output and builds a
StackReferenceOutputDetails
object from it. - OutputReference(PropertyValue, Set<String>) - Constructor for class com.pulumi.provider.internal.properties.PropertyValue.OutputReference
- outputs() - Method in class com.pulumi.automation.events.StepEventStateMetadata
-
Gets the resource's complete output state (as returned by the resource provider).
- outputs() - Method in class com.pulumi.automation.UpResult
-
Returns the outputs of the update.
- outputs() - Method in class com.pulumi.resources.StackReference
-
The outputs of the referenced stack.
- outputs() - Method in class com.pulumi.test.TestResult
- OutputValue - Class in com.pulumi.automation
-
Represents a stack output value.
P
- PACKAGE_FIELD_NUMBER - Static variable in class codegen.LoaderOuterClass.GetSchemaRequest
- packagemanager() - Method in class com.pulumi.automation.ProjectRuntimeOptions
-
Applies to NodeJS projects only.
- packagemanager(String) - Method in class com.pulumi.automation.ProjectRuntimeOptions.Builder
-
Applies to NodeJS projects only.
- page() - Method in class com.pulumi.automation.HistoryOptions
-
Returns the page.
- page(Integer) - Method in class com.pulumi.automation.HistoryOptions.Builder
-
The page number to return.
- pageSize() - Method in class com.pulumi.automation.HistoryOptions
-
Returns the page size.
- pageSize(Integer) - Method in class com.pulumi.automation.HistoryOptions.Builder
-
The number of entries per page.
- parallel() - Method in class com.pulumi.automation.UpdateOptions
-
Allow resource operations to run in parallel at once.
- parallel(Integer) - Method in class com.pulumi.automation.UpdateOptions.Builder
-
Allow resource operations to run in parallel at once.
- PARAMETERIZATION_FIELD_NUMBER - Static variable in class codegen.LoaderOuterClass.GetSchemaRequest
- parent - Variable in class com.pulumi.resources.ResourceOptions
- parent() - Method in class com.pulumi.automation.events.StepEventStateMetadata
-
Gets the optional parent URN that this resource belongs to.
- parent(Resource) - Method in class com.pulumi.core.Alias.Builder
- parent(Resource) - Method in class com.pulumi.deployment.InvokeOptions.Builder
-
An optional parent resource to which this invoke belongs.
- parent(Resource) - Method in class com.pulumi.deployment.InvokeOutputOptions.Builder
-
An optional parent resource to which this invoke belongs.
- parent(Resource) - Method in class com.pulumi.resources.ResourceOptions.Builder
-
An optional parent resource to which this resource belongs.
- parentUrn(Output<String>) - Method in class com.pulumi.core.Alias.Builder
- parse(String) - Static method in class com.pulumi.automation.Version
-
Parses a
Version
from the specified SemVer string. - parseConfig(String) - Static method in class com.pulumi.test.internal.PulumiTestInternal
- parseConfigSecretKeys(String) - Static method in class com.pulumi.test.internal.PulumiTestInternal
- parseDelimitedFrom(InputStream) - Static method in class codegen.LoaderOuterClass.GetSchemaRequest
- parseDelimitedFrom(InputStream) - Static method in class codegen.LoaderOuterClass.GetSchemaResponse
- parseDelimitedFrom(InputStream) - Static method in class codegen.LoaderOuterClass.Parameterization
- parseDelimitedFrom(InputStream) - Static method in class codegen.MapperOuterClass.GetMappingRequest
- parseDelimitedFrom(InputStream) - Static method in class codegen.MapperOuterClass.GetMappingResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class codegen.LoaderOuterClass.GetSchemaRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class codegen.LoaderOuterClass.GetSchemaResponse
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class codegen.LoaderOuterClass.Parameterization
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class codegen.MapperOuterClass.GetMappingRequest
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class codegen.MapperOuterClass.GetMappingResponse
- parseFrom(byte[]) - Static method in class codegen.LoaderOuterClass.GetSchemaRequest
- parseFrom(byte[]) - Static method in class codegen.LoaderOuterClass.GetSchemaResponse
- parseFrom(byte[]) - Static method in class codegen.LoaderOuterClass.Parameterization
- parseFrom(byte[]) - Static method in class codegen.MapperOuterClass.GetMappingRequest
- parseFrom(byte[]) - Static method in class codegen.MapperOuterClass.GetMappingResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class codegen.LoaderOuterClass.GetSchemaRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class codegen.LoaderOuterClass.GetSchemaResponse
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class codegen.LoaderOuterClass.Parameterization
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class codegen.MapperOuterClass.GetMappingRequest
- parseFrom(byte[], ExtensionRegistryLite) - Static method in class codegen.MapperOuterClass.GetMappingResponse
- parseFrom(ByteString) - Static method in class codegen.LoaderOuterClass.GetSchemaRequest
- parseFrom(ByteString) - Static method in class codegen.LoaderOuterClass.GetSchemaResponse
- parseFrom(ByteString) - Static method in class codegen.LoaderOuterClass.Parameterization
- parseFrom(ByteString) - Static method in class codegen.MapperOuterClass.GetMappingRequest
- parseFrom(ByteString) - Static method in class codegen.MapperOuterClass.GetMappingResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class codegen.LoaderOuterClass.GetSchemaRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class codegen.LoaderOuterClass.GetSchemaResponse
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class codegen.LoaderOuterClass.Parameterization
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class codegen.MapperOuterClass.GetMappingRequest
- parseFrom(ByteString, ExtensionRegistryLite) - Static method in class codegen.MapperOuterClass.GetMappingResponse
- parseFrom(CodedInputStream) - Static method in class codegen.LoaderOuterClass.GetSchemaRequest
- parseFrom(CodedInputStream) - Static method in class codegen.LoaderOuterClass.GetSchemaResponse
- parseFrom(CodedInputStream) - Static method in class codegen.LoaderOuterClass.Parameterization
- parseFrom(CodedInputStream) - Static method in class codegen.MapperOuterClass.GetMappingRequest
- parseFrom(CodedInputStream) - Static method in class codegen.MapperOuterClass.GetMappingResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class codegen.LoaderOuterClass.GetSchemaRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class codegen.LoaderOuterClass.GetSchemaResponse
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class codegen.LoaderOuterClass.Parameterization
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class codegen.MapperOuterClass.GetMappingRequest
- parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class codegen.MapperOuterClass.GetMappingResponse
- parseFrom(InputStream) - Static method in class codegen.LoaderOuterClass.GetSchemaRequest
- parseFrom(InputStream) - Static method in class codegen.LoaderOuterClass.GetSchemaResponse
- parseFrom(InputStream) - Static method in class codegen.LoaderOuterClass.Parameterization
- parseFrom(InputStream) - Static method in class codegen.MapperOuterClass.GetMappingRequest
- parseFrom(InputStream) - Static method in class codegen.MapperOuterClass.GetMappingResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class codegen.LoaderOuterClass.GetSchemaRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class codegen.LoaderOuterClass.GetSchemaResponse
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class codegen.LoaderOuterClass.Parameterization
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class codegen.MapperOuterClass.GetMappingRequest
- parseFrom(InputStream, ExtensionRegistryLite) - Static method in class codegen.MapperOuterClass.GetMappingResponse
- parseFrom(ByteBuffer) - Static method in class codegen.LoaderOuterClass.GetSchemaRequest
- parseFrom(ByteBuffer) - Static method in class codegen.LoaderOuterClass.GetSchemaResponse
- parseFrom(ByteBuffer) - Static method in class codegen.LoaderOuterClass.Parameterization
- parseFrom(ByteBuffer) - Static method in class codegen.MapperOuterClass.GetMappingRequest
- parseFrom(ByteBuffer) - Static method in class codegen.MapperOuterClass.GetMappingResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class codegen.LoaderOuterClass.GetSchemaRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class codegen.LoaderOuterClass.GetSchemaResponse
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class codegen.LoaderOuterClass.Parameterization
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class codegen.MapperOuterClass.GetMappingRequest
- parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class codegen.MapperOuterClass.GetMappingResponse
- parseJson(Output<String>) - Static method in interface com.pulumi.core.Output
- parseJson(String) - Static method in interface com.pulumi.core.Output
- parser() - Static method in class codegen.LoaderOuterClass.GetSchemaRequest
- parser() - Static method in class codegen.LoaderOuterClass.GetSchemaResponse
- parser() - Static method in class codegen.LoaderOuterClass.Parameterization
- parser() - Static method in class codegen.MapperOuterClass.GetMappingRequest
- parser() - Static method in class codegen.MapperOuterClass.GetMappingResponse
- parseTimeoutString(String) - Static method in class com.pulumi.resources.CustomTimeouts
-
Given a string representing a duration, such as "300ms", "-1.5h" or "2h45m", parse it into a
Duration
. - patchVersion() - Method in class com.pulumi.automation.Version
-
Returns the patch version.
- path() - Method in class com.pulumi.automation.ProjectPluginOptions
-
The path of the plugin.
- path(String) - Method in class com.pulumi.automation.ProjectPluginOptions.Builder
-
The path of the plugin.
- PendingCreateValue - Class in com.pulumi.automation
-
Config values for Importing Pending Create operations.
- PendingCreateValue.Builder - Class in com.pulumi.automation
-
Builder for
PendingCreateValue
. - plan() - Method in class com.pulumi.automation.PreviewOptions
-
The path to an update plan to use for the update.
- plan() - Method in class com.pulumi.automation.UpOptions
-
The path to an update plan to use for the update.
- plan(String) - Method in class com.pulumi.automation.PreviewOptions.Builder
-
The path to an update plan to use for the update.
- plan(String) - Method in class com.pulumi.automation.UpOptions.Builder
-
The path to an update plan to use for the update.
- planning() - Method in class com.pulumi.automation.events.ResourceOutputsEvent
-
Gets the planning flag.
- planning() - Method in class com.pulumi.automation.events.ResourcePreEvent
-
Gets the planning flag.
- pluginDownloadURL - Variable in class com.pulumi.resources.ResourceOptions
- pluginDownloadURL(String) - Method in class com.pulumi.deployment.InvokeOptions.Builder
-
An optional URL, corresponding to the url from which the provider plugin that should be used when operating on this invoke is downloaded from.
- pluginDownloadURL(String) - Method in class com.pulumi.deployment.InvokeOutputOptions.Builder
-
An optional URL, corresponding to the url from which the provider plugin that should be used when operating on this invoke is downloaded from.
- pluginDownloadURL(String) - Method in class com.pulumi.resources.ResourceOptions.Builder
-
An optional URL, corresponding to the url from which the provider plugin that should be used when operating on this resource is downloaded from.
- PluginInfo - Class in com.pulumi.automation
-
Information about a plugin.
- PluginInstallOptions - Class in com.pulumi.automation
-
Options for installing plugins.
- PluginInstallOptions.Builder - Class in com.pulumi.automation
-
Builder for
PluginInstallOptions
. - PluginKind - Enum in com.pulumi.automation
-
The kind of Pulumi plugin.
- PluginRemoveOptions - Class in com.pulumi.automation
-
Options for removing plugins.
- PluginRemoveOptions.Builder - Class in com.pulumi.automation
-
Builder for
PluginRemoveOptions
. - plugins() - Method in class com.pulumi.automation.ProjectSettings
-
An optional set of plugins of the project.
- plugins(ProjectPlugins) - Method in class com.pulumi.automation.ProjectSettings.Builder
-
The plugins of the project.
- policyEvent() - Method in class com.pulumi.automation.events.EngineEvent
- PolicyEvent - Class in com.pulumi.automation.events
-
PolicyEvent
is emitted whenever there is Policy violation. - PolicyEvent(String, String, String, String, String, String, String, String) - Constructor for class com.pulumi.automation.events.PolicyEvent
- policyName() - Method in class com.pulumi.automation.events.PolicyEvent
-
Gets the policy name.
- policyPackConfigs() - Method in class com.pulumi.automation.UpdateOptions
-
A list of paths to policy pack JSON configuration files to use during the operation.
- policyPackConfigs(List<String>) - Method in class com.pulumi.automation.UpdateOptions.Builder
-
A list of paths to policy pack JSON configuration files to use during the operation.
- policyPackName() - Method in class com.pulumi.automation.events.PolicyEvent
-
Gets the policy pack name.
- policyPacks() - Method in class com.pulumi.automation.events.SummaryEvent
-
Gets the policy packs run during update.
- policyPacks() - Method in class com.pulumi.automation.UpdateOptions
-
A list of paths to policy packs to run during the operation.
- policyPacks(List<String>) - Method in class com.pulumi.automation.UpdateOptions.Builder
-
A list of paths to policy packs to run during the operation.
- policyPackVersion() - Method in class com.pulumi.automation.events.PolicyEvent
-
Gets the policy pack version.
- policyPackVersionTag() - Method in class com.pulumi.automation.events.PolicyEvent
-
Gets the policy pack version tag.
- postCommandCallback(String) - Method in class com.pulumi.automation.LocalWorkspace
-
Hook executed after every command.
- postCommandCallback(String) - Method in class com.pulumi.automation.Workspace
-
Hook executed after every command.
- prefix() - Method in class com.pulumi.automation.events.DiagnosticEvent
-
Gets the prefix.
- preludeEvent() - Method in class com.pulumi.automation.events.EngineEvent
- PreludeEvent - Class in com.pulumi.automation.events
-
PreludeEvent
is emitted at the start of an update. - PreludeEvent(Map<String, String>) - Constructor for class com.pulumi.automation.events.PreludeEvent
- preview() - Method in class com.pulumi.automation.WorkspaceStack
-
Performs a dry-run update to a stack, returning pending changes.
- preview() - Method in class com.pulumi.test.TestOptions
-
Whether the test runs in Preview mode.
- preview(boolean) - Method in class com.pulumi.test.TestOptions.Builder
-
The preview mode.
- preview(PreviewOptions) - Method in class com.pulumi.automation.WorkspaceStack
-
Performs a dry-run update to a stack, returning pending changes.
- PREVIEW - com.pulumi.automation.UpdateKind
- PreviewOptions - Class in com.pulumi.automation
-
Options controlling the behavior of an
WorkspaceStack.preview()
operation. - PreviewOptions.Builder - Class in com.pulumi.automation
-
Builder for
PreviewOptions
. - PreviewResult - Class in com.pulumi.automation
-
Represents the result of a preview operation.
- program() - Method in class com.pulumi.automation.LocalWorkspace
-
The inline program to be used for Preview/Update operations if any.
- program() - Method in class com.pulumi.automation.LocalWorkspaceOptions
-
The inline program to be used for Preview/Update operations if any.
- program() - Method in class com.pulumi.automation.PreviewOptions
-
The program to execute as part of the update.
- program() - Method in class com.pulumi.automation.UpOptions
-
The program to execute as part of the update.
- program() - Method in class com.pulumi.automation.Workspace
-
The inline program to be used for Preview/Update operations if any.
- program(Consumer<Context>) - Method in class com.pulumi.automation.LocalWorkspaceOptions.Builder
-
The inline program to be used for Preview/Update operations.
- program(Consumer<Context>) - Method in class com.pulumi.automation.PreviewOptions.Builder
-
The program to execute as part of the update.
- program(Consumer<Context>) - Method in class com.pulumi.automation.UpOptions.Builder
-
The program to execute as part of the update.
- project(Output<String>) - Method in class com.pulumi.core.Alias.Builder
- project(String) - Method in class com.pulumi.core.Alias.Builder
- ProjectBackend - Class in com.pulumi.automation
-
Configuration for the project's Pulumi state storage backend.
- ProjectBackend.Builder - Class in com.pulumi.automation
-
Builder for
ProjectBackend
. - ProjectConfigItemsType - Class in com.pulumi.automation
-
The project configuration items type.
- ProjectConfigItemsType.Builder - Class in com.pulumi.automation
-
Builder for
ProjectConfigItemsType
. - ProjectConfigType - Class in com.pulumi.automation
-
The project configuration type.
- ProjectConfigType.Builder - Class in com.pulumi.automation
-
Builder for
ProjectConfigType
. - projectName() - Method in interface com.pulumi.Context
- projectName() - Method in class com.pulumi.test.TestOptions
- projectName(String) - Method in class com.pulumi.test.TestOptions.Builder
-
The project name.
- ProjectOptions - Class in com.pulumi.automation
-
An optional set of project options.
- ProjectOptions.Builder - Class in com.pulumi.automation
-
Builder for
ProjectOptions
. - ProjectPluginOptions - Class in com.pulumi.automation
-
Plugin options.
- ProjectPluginOptions.Builder - Class in com.pulumi.automation
-
Builder for
ProjectPluginOptions
. - ProjectPlugins - Class in com.pulumi.automation
-
A set of plugins configured for a Pulumi project.
- ProjectPlugins.Builder - Class in com.pulumi.automation
-
Builder for
ProjectPlugins
. - ProjectRuntime - Class in com.pulumi.automation
-
A description of the Project's program runtime and associated metadata.
- ProjectRuntime.Builder - Class in com.pulumi.automation
-
Builder for
ProjectRuntime
. - ProjectRuntimeName - Enum in com.pulumi.automation
-
Supported Pulumi program language runtimes.
- ProjectRuntimeOptions - Class in com.pulumi.automation
-
Various configuration options that apply to different language runtimes.
- ProjectRuntimeOptions.Builder - Class in com.pulumi.automation
-
Builder for
ProjectRuntimeOptions
. - projectSettings() - Method in class com.pulumi.automation.LocalWorkspaceOptions
-
The settings object for the current project.
- projectSettings(ProjectSettings) - Method in class com.pulumi.automation.LocalWorkspaceOptions.Builder
-
The settings object for the current project.
- ProjectSettings - Class in com.pulumi.automation
-
A Pulumi project manifest.
- ProjectSettings.Builder - Class in com.pulumi.automation
-
Builder for
ProjectSettings
. - ProjectSettingsConflictException - Exception in com.pulumi.automation
-
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.
- ProjectSettingsConflictException(String) - Constructor for exception com.pulumi.automation.ProjectSettingsConflictException
- ProjectTemplate - Class in com.pulumi.automation
-
A template used to seed new stacks created from this project.
- ProjectTemplate.Builder - Class in com.pulumi.automation
-
Builder for
ProjectTemplate
. - ProjectTemplateConfigValue - Class in com.pulumi.automation
-
A placeholder config value for a project template.
- ProjectTemplateConfigValue(String) - Constructor for class com.pulumi.automation.ProjectTemplateConfigValue
-
Creates a new
ProjectTemplateConfigValue
. - ProjectTemplateConfigValue(String, String) - Constructor for class com.pulumi.automation.ProjectTemplateConfigValue
-
Creates a new
ProjectTemplateConfigValue
. - ProjectTemplateConfigValue(String, String, boolean) - Constructor for class com.pulumi.automation.ProjectTemplateConfigValue
-
Creates a new
ProjectTemplateConfigValue
. - PropertyDiff - Class in com.pulumi.automation.events
-
PropertyDiff
describes the difference between a single property's old and new values. - PropertyDiff(DiffKind, boolean) - Constructor for class com.pulumi.automation.events.PropertyDiff
- PropertyValue - Class in com.pulumi.provider.internal.properties
- PropertyValue.OutputReference - Class in com.pulumi.provider.internal.properties
- PropertyValue.ResourceReference - Class in com.pulumi.provider.internal.properties
- PropertyValue.ValueType - Enum in com.pulumi.provider.internal.properties
- propName - Variable in class com.pulumi.asset.AssetOrArchive
- protect - Variable in class com.pulumi.resources.ResourceOptions
- protect() - Method in class com.pulumi.automation.events.StepEventStateMetadata
-
Gets whether this resource is protected (protected resources cannot be deleted).
- protect(boolean) - Method in class com.pulumi.resources.ResourceOptions.Builder
-
When set to true, protect ensures this resource cannot be deleted.
- provider - Variable in class com.pulumi.resources.ResourceOptions
- provider - Variable in class com.pulumi.test.Mocks.CallArgs
-
Provider name
- provider - Variable in class com.pulumi.test.Mocks.ResourceArgs
-
A provider name
- provider() - Method in class com.pulumi.automation.events.StepEventMetadata
-
Gets the provider actually performing the step.
- provider() - Method in class com.pulumi.automation.events.StepEventStateMetadata
-
Gets the resource's provider reference.
- provider(ProviderResource) - Method in class com.pulumi.deployment.InvokeOptions.Builder
-
An optional provider to use for this invoke.
- provider(ProviderResource) - Method in class com.pulumi.deployment.InvokeOutputOptions.Builder
-
An optional provider to use for this invoke.
- provider(ProviderResource) - Method in class com.pulumi.resources.ResourceOptions.Builder
-
An optional provider to use for this resource's CRUD operations.
- Provider - Interface in com.pulumi.provider.internal
- PROVIDER_FIELD_NUMBER - Static variable in class codegen.MapperOuterClass.GetMappingRequest
- ProviderResource - Class in com.pulumi.resources
-
A @see
Resource
that implements CRUD operations for other custom resources. - ProviderResource(String, String, ResourceArgs, CustomResourceOptions) - Constructor for class com.pulumi.resources.ProviderResource
-
Creates and registers a new provider resource for a particular package.
- ProviderResource(String, String, ResourceArgs, CustomResourceOptions, boolean) - Constructor for class com.pulumi.resources.ProviderResource
-
Creates and registers a new provider resource for a particular package.
- ProviderResource(String, String, ResourceArgs, CustomResourceOptions, boolean, CompletableFuture<String>) - Constructor for class com.pulumi.resources.ProviderResource
-
Creates and registers a new provider resource for a particular package.
- ProviderResource.ProviderResourceInternal - Class in com.pulumi.resources
- providers() - Method in class com.pulumi.automation.ProjectPlugins
-
The provider plugins to configure for the project.
- providers(ProviderResource...) - Method in class com.pulumi.resources.ComponentResourceOptions.Builder
- providers(List<ProjectPluginOptions>) - Method in class com.pulumi.automation.ProjectPlugins.Builder
-
The provider plugins to configure for the project.
- providers(List<ProviderResource>) - Method in class com.pulumi.resources.ComponentResourceOptions.Builder
- Pulumi - Interface in com.pulumi
-
Pulumi program entrypoint.
- PULUMI_PROVIDER_FIELD_NUMBER - Static variable in class codegen.MapperOuterClass.GetMappingRequest
- Pulumi.API - Interface in com.pulumi
-
Pulumi entrypoint operations.
- pulumiChildResources() - Method in class com.pulumi.resources.Resource
-
The child resources of this Pulumi resource.
- pulumiCommand() - Method in class com.pulumi.automation.LocalWorkspaceOptions
-
The Pulumi CLI installation to use.
- pulumiCommand(PulumiCommand) - Method in class com.pulumi.automation.LocalWorkspaceOptions.Builder
-
The Pulumi CLI installation to use.
- PulumiCommand - Interface in com.pulumi.automation
-
A Pulumi command.
- pulumiHome() - Method in class com.pulumi.automation.LocalWorkspace
-
The directory override for CLI metadata if set.
- pulumiHome() - Method in class com.pulumi.automation.LocalWorkspaceOptions
-
The directory to override for CLI metadata.
- pulumiHome() - Method in class com.pulumi.automation.Workspace
-
The directory override for CLI metadata if set.
- pulumiHome(Path) - Method in class com.pulumi.automation.LocalWorkspaceOptions.Builder
-
The directory to override for CLI metadata.
- pulumiResourceName() - Method in class com.pulumi.resources.Resource
-
The Pulumi name assigned to the resource at construction.
- pulumiResourceType() - Method in class com.pulumi.resources.Resource
-
The Pulumi type assigned to the resource at construction.
- PulumiTest - Interface in com.pulumi.test
-
Provides a test Pulumi runner and exposes various internals for the testing purposes.
- PulumiTest.API - Interface in com.pulumi.test
-
Pulumi test entrypoint operations.
- PulumiTestInternal - Class in com.pulumi.test.internal
-
Provides an internal test Pulumi entrypoint and exposes various internals for the testing purposes.
- PulumiTestInternal(TestOptions, Runner, MockEngine, MockMonitor, Log, ReadOrRegisterResource, RegisterResourceOutputs, ContextInternal) - Constructor for class com.pulumi.test.internal.PulumiTestInternal
- PulumiTestInternal.APIInternal - Class in com.pulumi.test.internal
- PulumiTestInternal.Builder - Class in com.pulumi.test.internal
-
The
PulumiTestInternal
builder. - pulumiVersion() - Method in class com.pulumi.automation.LocalWorkspace
-
The version of the underlying Pulumi CLI/Engine.
- pulumiVersion() - Method in class com.pulumi.automation.Workspace
-
The version of the underlying Pulumi CLI/Engine.
- put(String, Output<V>) - Method in class com.pulumi.core.Output.MapBuilder
- put(String, V) - Method in class com.pulumi.core.Output.MapBuilder
- put(Map.Entry<? extends String, ? extends V>) - Method in class com.pulumi.core.Output.MapBuilder
- putAll(Iterable<? extends Map.Entry<? extends String, ? extends V>>) - Method in class com.pulumi.core.Output.MapBuilder
- putAll(Map<? extends String, ? extends V>) - Method in class com.pulumi.core.Output.MapBuilder
- PYTHON - com.pulumi.automation.ProjectRuntimeName
Q
- quickstart() - Method in class com.pulumi.automation.ProjectTemplate
-
Optional text to be displayed after template creation.
- quickstart(String) - Method in class com.pulumi.automation.ProjectTemplate.Builder
-
Optional text to be displayed after template creation.
R
- READ - com.pulumi.automation.OperationType
- READ_DISCARD - com.pulumi.automation.OperationType
- READ_REPLACEMENT - com.pulumi.automation.OperationType
- readOrRegisterResource() - Method in class com.pulumi.test.internal.PulumiTestInternal
- readOrRegisterResource(Resource, boolean, Function<String, Resource>, ResourceArgs, ResourceOptions, Resource.LazyFields, CompletableFuture<String>) - Method in class com.pulumi.test.internal.MockDeployment
- readResourceAsync(Resource, Resource.ReadResourceRequest) - Method in class com.pulumi.test.internal.MockMonitor
- refresh() - Method in class com.pulumi.automation.ProjectOptions
-
Set to
"always"
to always run a refresh as part of a pulumi update / preview / destroy. - refresh() - Method in class com.pulumi.automation.WorkspaceStack
-
Compares the current stack's resource state with the state known to exist in the actual cloud provider.
- refresh(RefreshOptions) - Method in class com.pulumi.automation.WorkspaceStack
-
Compares the current stack's resource state with the state known to exist in the actual cloud provider.
- refresh(String) - Method in class com.pulumi.automation.ProjectOptions.Builder
-
Set to
"always"
to always run a refresh as part of a pulumi update / preview / destroy. - REFRESH - com.pulumi.automation.OperationType
- REFRESH - com.pulumi.automation.UpdateKind
- refreshConfig() - Method in class com.pulumi.automation.WorkspaceStack
-
Gets and sets the config map used with the last update.
- refreshConfig(String) - Method in class com.pulumi.automation.LocalWorkspace
-
Gets and sets the config map used with the last update for the stack matching the specified stack name.
- refreshConfig(String) - Method in class com.pulumi.automation.Workspace
-
Gets and sets the config map used with the last update for the stack matching the specified stack name.
- RefreshOptions - Class in com.pulumi.automation
-
Options controlling the behavior of a
WorkspaceStack.refresh()
operation. - RefreshOptions.Builder - Class in com.pulumi.automation
-
Builder for
RefreshOptions
. - refs() - Method in annotation type com.pulumi.core.annotations.Export
- registerAllExtensions(ExtensionRegistry) - Static method in class codegen.LoaderOuterClass
- registerAllExtensions(ExtensionRegistry) - Static method in class codegen.MapperOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class codegen.LoaderOuterClass
- registerAllExtensions(ExtensionRegistryLite) - Static method in class codegen.MapperOuterClass
- registerOutputs(Output<Map<String, Output<?>>>) - Method in class com.pulumi.resources.ComponentResource
- registerOutputs(CompletableFuture<Map<String, Output<?>>>) - Method in class com.pulumi.resources.ComponentResource
- registerOutputs(Map<String, Output<?>>) - Method in class com.pulumi.resources.ComponentResource
- registerPackage(String, String, String, String, String, String) - Method in interface com.pulumi.deployment.Deployment
-
Registers a parameterization of a given provider, returning a package reference that can be used to instantiate resources and call functions against it.
- registerPackage(String, String, String, String, String, String) - Method in class com.pulumi.test.internal.MockDeployment
- registerPackageAsync(Resource.RegisterPackageRequest) - Method in class com.pulumi.test.internal.MockMonitor
- registerResourceAsync(Resource, Resource.RegisterResourceRequest) - Method in class com.pulumi.test.internal.MockMonitor
- registerResourceOutputs() - Method in class com.pulumi.test.internal.PulumiTestInternal
- registerResourceOutputs(Resource, Output<Map<String, Output<?>>>) - Method in class com.pulumi.test.internal.MockDeployment
- registerResourceOutputsAsync(Resource.RegisterResourceOutputsRequest) - Method in class com.pulumi.test.internal.MockMonitor
- registerTask(String, CompletableFuture<T>) - Method in class com.pulumi.test.internal.MockRunner
- remote - Variable in class com.pulumi.resources.Resource
- RemoteArchive - Class in com.pulumi.asset
-
A RemoteArchive is a file-based archive fetched from a remote location.
- RemoteArchive(String) - Constructor for class com.pulumi.asset.RemoteArchive
- RemoteAsset - Class in com.pulumi.asset
-
RemoteAsset is a kind of asset produced from a given URI string.
- RemoteAsset(String) - Constructor for class com.pulumi.asset.RemoteAsset
- REMOVE_PENDING_REPLACE - com.pulumi.automation.OperationType
- removeAllConfig(String, Collection<String>) - Method in class com.pulumi.automation.Workspace
-
Removes all values in the provided key collection from the config map for the specified stack name.
- removeAllConfig(String, Collection<String>, boolean) - Method in class com.pulumi.automation.LocalWorkspace
-
Removes all values in the provided key collection from the config map for the specified stack name.
- removeAllConfig(String, Collection<String>, boolean) - Method in class com.pulumi.automation.Workspace
-
Removes all values in the provided key collection from the config map for the specified stack name.
- removeAllConfig(Collection<String>) - Method in class com.pulumi.automation.WorkspaceStack
-
Removes the specified config keys from the Stack in the associated Workspace.
- removeAllConfig(Collection<String>, boolean) - Method in class com.pulumi.automation.WorkspaceStack
-
Removes the specified config keys from the Stack in the associated Workspace.
- removeConfig(String) - Method in class com.pulumi.automation.WorkspaceStack
-
Removes the specified config key from the Stack in the associated Workspace.
- removeConfig(String, boolean) - Method in class com.pulumi.automation.WorkspaceStack
-
Removes the specified config key from the Stack in the associated Workspace.
- removeConfig(String, String) - Method in class com.pulumi.automation.Workspace
-
Removes the specified key-value pair from the provided stack's config.
- removeConfig(String, String, boolean) - Method in class com.pulumi.automation.LocalWorkspace
-
Removes the specified key-value pair from the provided stack's config.
- removeConfig(String, String, boolean) - Method in class com.pulumi.automation.Workspace
-
Removes the specified key-value pair from the provided stack's config.
- removeEnvironment(String) - Method in class com.pulumi.automation.WorkspaceStack
-
Removes environments from the stack's import list.
- removeEnvironment(String, String) - Method in class com.pulumi.automation.LocalWorkspace
-
Removes environments from a stack's import list.
- removeEnvironment(String, String) - Method in class com.pulumi.automation.Workspace
-
Removes environments from a stack's import list.
- removePlugin(PluginRemoveOptions) - Method in class com.pulumi.automation.LocalWorkspace
-
Removes a plugin or plugins from the Workspace.
- removePlugin(PluginRemoveOptions) - Method in class com.pulumi.automation.Workspace
-
Removes a plugin or plugins from the Workspace.
- removeStack(String) - Method in class com.pulumi.automation.LocalWorkspace
-
Deletes the stack and all associated configuration and history.
- removeStack(String) - Method in class com.pulumi.automation.Workspace
-
Deletes the stack and all associated configuration and history.
- removeTag(String) - Method in class com.pulumi.automation.WorkspaceStack
-
Removes the specified key-value pair on the provided stack name.
- removeTag(String, String) - Method in class com.pulumi.automation.LocalWorkspace
-
Removes the specified key-value pair on the provided stack name.
- removeTag(String, String) - Method in class com.pulumi.automation.Workspace
-
Removes the specified key-value pair on the provided stack name.
- RENAME - com.pulumi.automation.UpdateKind
- REPLACE - com.pulumi.automation.OperationType
- replaceOnChanges - Variable in class com.pulumi.resources.ResourceOptions
- replaceOnChanges(String...) - Method in class com.pulumi.resources.ResourceOptions.Builder
-
Changes to any of these property paths will force a replacement.
- replaceOnChanges(List<String>) - Method in class com.pulumi.resources.ResourceOptions.Builder
- replaces() - Method in class com.pulumi.automation.PreviewOptions
-
Resources to replace.
- replaces() - Method in class com.pulumi.automation.UpOptions
-
Resources to replace.
- replaces(List<String>) - Method in class com.pulumi.automation.PreviewOptions.Builder
-
Resources to replace.
- replaces(List<String>) - Method in class com.pulumi.automation.UpOptions.Builder
-
Resources to replace.
- require(String) - Method in class com.pulumi.Config
-
Loads a configuration value by its given key.
- requireBoolean(String) - Method in class com.pulumi.Config
-
Loads a configuration value, as a boolean, by its given key.
- required() - Method in annotation type com.pulumi.core.annotations.Import
- requireInteger(String) - Method in class com.pulumi.Config
-
Loads a configuration value, as a number, by its given key.
- requireObject(String, Class<T>) - Method in class com.pulumi.Config
-
Loads a configuration value as a JSON string and deserializes it into an object.
- requireOutput(Output<String>) - Method in class com.pulumi.resources.StackReference
-
Fetches the value of the named stack output, or throws an error if the output was not found.
- requireOutput(String) - Method in class com.pulumi.resources.StackReference
-
Fetches the value of the named stack output, or throws an error if the output was not found.
- requireSecret(String) - Method in class com.pulumi.Config
-
Loads a configuration value by its given key, marking it as a secret.
- requireSecretBoolean(String) - Method in class com.pulumi.Config
-
Loads a configuration value, as a boolean, by its given key, marking it as a secret.
- requireSecretInteger(String) - Method in class com.pulumi.Config
-
Loads a configuration value, as a number, by its given key, marking it as a secret.
- requireSecretObject(String, Class<T>) - Method in class com.pulumi.Config
-
Loads a configuration value as a JSON string and deserializes it into an object, marking it as a secret.
- requireValueAsync(Output<String>) - Method in class com.pulumi.resources.StackReference
-
Fetches the value promptly of the named stack output.
- requireValueAsync(String) - Method in class com.pulumi.resources.StackReference
-
Fetches the value promptly of the named stack output.
- resource - Variable in class com.pulumi.resources.Resource.ResourceInternal
- resource() - Method in class com.pulumi.resources.ResourceTransformation.Args
- Resource - Class in com.pulumi.resources
-
Resource represents a class whose CRUD operations are implemented by a provider plugin.
- Resource(String, String, boolean, ResourceArgs, ResourceOptions) - Constructor for class com.pulumi.resources.Resource
- Resource(String, String, boolean, ResourceArgs, ResourceOptions, boolean, boolean) - Constructor for class com.pulumi.resources.Resource
- Resource(String, String, boolean, ResourceArgs, ResourceOptions, boolean, boolean, CompletableFuture<String>) - Constructor for class com.pulumi.resources.Resource
-
Creates and registers a new resource object.
- RESOURCE - com.pulumi.automation.PluginKind
- RESOURCE - com.pulumi.provider.internal.properties.PropertyValue.ValueType
- RESOURCE_IMPORT - com.pulumi.automation.UpdateKind
- Resource.LazyField<T> - Interface in com.pulumi.resources
- Resource.LazyFields - Class in com.pulumi.resources
- Resource.ResourceInternal - Class in com.pulumi.resources
- ResourceArgs - Class in com.pulumi.resources
-
Base type for all resource argument classes.
- ResourceArgs() - Constructor for class com.pulumi.resources.ResourceArgs
- ResourceArgs(String, String, Map<String, Object>, String, String) - Constructor for class com.pulumi.test.Mocks.ResourceArgs
-
A mock resource arguments
- resourceChanges() - Method in class com.pulumi.automation.events.SummaryEvent
-
Gets the count for resource change by type.
- resourceChanges() - Method in class com.pulumi.automation.UpdateSummary
-
Returns the changes that were applied by the update.
- resourceCount() - Method in class com.pulumi.automation.StackSummary
-
Returns the number of resources in the stack.
- ResourceException - Exception in com.pulumi.exceptions
-
ResourceException can be used for terminating a program abruptly, specifically associating the problem with a Resource.
- ResourceException() - Constructor for exception com.pulumi.exceptions.ResourceException
- ResourceException(boolean) - Constructor for exception com.pulumi.exceptions.ResourceException
- ResourceException(Resource) - Constructor for exception com.pulumi.exceptions.ResourceException
- ResourceException(Resource, boolean) - Constructor for exception com.pulumi.exceptions.ResourceException
- ResourceException(String) - Constructor for exception com.pulumi.exceptions.ResourceException
- ResourceException(String, Resource) - Constructor for exception com.pulumi.exceptions.ResourceException
- ResourceException(String, Resource, boolean) - Constructor for exception com.pulumi.exceptions.ResourceException
- ResourceException(String, Throwable) - Constructor for exception com.pulumi.exceptions.ResourceException
- ResourceException(String, Throwable, Resource) - Constructor for exception com.pulumi.exceptions.ResourceException
- ResourceException(String, Throwable, Resource, boolean) - Constructor for exception com.pulumi.exceptions.ResourceException
- ResourceException(Throwable) - Constructor for exception com.pulumi.exceptions.ResourceException
- ResourceException(Throwable, Resource) - Constructor for exception com.pulumi.exceptions.ResourceException
- ResourceException(Throwable, Resource, boolean) - Constructor for exception com.pulumi.exceptions.ResourceException
- ResourceInternal(Resource) - Constructor for class com.pulumi.resources.Resource.ResourceInternal
- resourceOperationFailedEvent() - Method in class com.pulumi.automation.events.EngineEvent
- ResourceOperationFailedEvent - Class in com.pulumi.automation.events
-
ResourceOperationFailedEvent
is emitted when a resource operation fails. - ResourceOperationFailedEvent(StepEventMetadata, int, int) - Constructor for class com.pulumi.automation.events.ResourceOperationFailedEvent
- ResourceOptions - Class in com.pulumi.resources
-
ResourceOptions is a bag of optional settings that control a resource's behavior.
- ResourceOptions() - Constructor for class com.pulumi.resources.ResourceOptions
- ResourceOptions(Output<String>, Resource, Output<List<Resource>>, boolean, List<String>, String, ProviderResource, CustomTimeouts, List<ResourceTransformation>, List<Output<Alias>>, String, List<String>, boolean, String) - Constructor for class com.pulumi.resources.ResourceOptions
- ResourceOptions.Builder<T extends ResourceOptions,B extends ResourceOptions.Builder<T,B>> - Class in com.pulumi.resources
- resourceOutputsEvent() - Method in class com.pulumi.automation.events.EngineEvent
- ResourceOutputsEvent - Class in com.pulumi.automation.events
-
ResourceOutputsEvent
is emitted when a resource is finished being provisioned. - ResourceOutputsEvent(StepEventMetadata, Boolean) - Constructor for class com.pulumi.automation.events.ResourceOutputsEvent
- resourcePreEvent() - Method in class com.pulumi.automation.events.EngineEvent
- ResourcePreEvent - Class in com.pulumi.automation.events
-
ResourcePreEvent
is emitted before a resource is modified. - ResourcePreEvent(StepEventMetadata, Boolean) - Constructor for class com.pulumi.automation.events.ResourcePreEvent
- ResourceProviderService - Class in com.pulumi.provider.internal
- ResourceProviderService(String, Provider) - Constructor for class com.pulumi.provider.internal.ResourceProviderService
- ResourceReference(String, PropertyValue, String) - Constructor for class com.pulumi.provider.internal.properties.PropertyValue.ResourceReference
- ResourceResult(Optional<String>, Object) - Constructor for class com.pulumi.test.Mocks.ResourceResult
- resources - Variable in class com.pulumi.test.internal.MockMonitor
- resources() - Method in class com.pulumi.test.TestResult
- Resources - Class in com.pulumi.resources
- ResourceTransformation - Interface in com.pulumi.resources
-
The callback signature for the
transformations
resource option. - ResourceTransformation.Args - Class in com.pulumi.resources
-
The argument bag passed to a
Resource
transformation. - ResourceTransformation.Result - Class in com.pulumi.resources
-
the result that must be returned by a resource transformation callback.
- resourceTransformations - Variable in class com.pulumi.resources.ResourceOptions
- resourceTransformations() - Method in class com.pulumi.resources.StackOptions
-
Optional list of transformations to apply to this stack's resources during construction.
- resourceTransformations() - Method in class com.pulumi.test.TestOptions
- resourceTransformations(ResourceTransformation...) - Method in class com.pulumi.resources.ResourceOptions.Builder
-
Optional list of transformations to apply to this resource during construction.
- resourceTransformations(ResourceTransformation...) - Method in class com.pulumi.resources.StackOptions.Builder
- resourceTransformations(List<ResourceTransformation>) - Method in class com.pulumi.resources.ResourceOptions.Builder
- resourceTransformations(List<ResourceTransformation>) - Method in class com.pulumi.resources.StackOptions.Builder
- resourceTransformations(List<ResourceTransformation>) - Method in class com.pulumi.test.TestOptions.Builder
-
The stack transformations.
- ResourceType - Annotation Type in com.pulumi.core.annotations
- resourceUrn() - Method in class com.pulumi.automation.events.PolicyEvent
-
Gets the resource URN.
- result() - Method in class com.pulumi.automation.UpdateSummary
-
Returns the result of the update.
- Result(ResourceArgs, ResourceOptions) - Constructor for class com.pulumi.resources.ResourceTransformation.Result
- retainOnDelete - Variable in class com.pulumi.resources.ResourceOptions
- retainOnDelete(boolean) - Method in class com.pulumi.resources.ResourceOptions.Builder
-
If set to True, the providers Delete method will not be called for this resource.
- right() - Method in class com.pulumi.core.Either
-
Returns the contained instance, which must be present.
- run(Consumer<Context>) - Method in interface com.pulumi.Pulumi.API
-
Run a Pulumi stack callback and wait for result.
- run(Consumer<Context>) - Static method in interface com.pulumi.Pulumi
-
Run a Pulumi stack callback and wait for result.
- run(List<String>) - Method in interface com.pulumi.automation.PulumiCommand
-
Runs the Pulumi command with default options.
- run(List<String>, CommandRunOptions) - Method in class com.pulumi.automation.LocalPulumiCommand
-
Runs the Pulumi command.
- run(List<String>, CommandRunOptions) - Method in interface com.pulumi.automation.PulumiCommand
-
Runs the Pulumi command.
- runAsync(Consumer<Context>) - Method in interface com.pulumi.Pulumi.API
-
Run a Pulumi stack callback asynchronously.
- runAsync(Consumer<Context>) - Static method in interface com.pulumi.Pulumi
-
Run a Pulumi stack callback asynchronously.
- runAsync(Supplier<T>) - Method in class com.pulumi.test.internal.MockRunner
- RunException - Exception in com.pulumi.exceptions
-
RunException can be used for terminating a program abruptly, but resulting in a clean exit rather than the usual verbose unhandled error logic which emits the source program text and complete stack trace.
- RunException(String) - Constructor for exception com.pulumi.exceptions.RunException
- RunException(String, Throwable) - Constructor for exception com.pulumi.exceptions.RunException
- runner() - Method in class com.pulumi.test.internal.PulumiTestInternal
- runTest(Consumer<Context>) - Method in class com.pulumi.test.internal.PulumiTestInternal.APIInternal
- runTest(Consumer<Context>) - Method in class com.pulumi.test.internal.PulumiTestInternal
- runTest(Consumer<Context>) - Method in interface com.pulumi.test.PulumiTest.API
-
Run a Pulumi test stack callback, wait for result and return
TestResult
. - runTest(Consumer<Context>) - Static method in interface com.pulumi.test.PulumiTest
-
Run a Pulumi test stack callback, wait for result and return
TestResult
. - runTestAsync(Consumer<Context>) - Method in class com.pulumi.test.internal.PulumiTestInternal.APIInternal
- runTestAsync(Consumer<Context>) - Method in class com.pulumi.test.internal.PulumiTestInternal
- runTestAsync(Consumer<Context>) - Method in interface com.pulumi.test.PulumiTest.API
-
Run a Pulumi test stack callback asynchronously and return
TestResult
. - runTestAsync(Consumer<Context>) - Static method in interface com.pulumi.test.PulumiTest
-
Run a Pulumi test stack callback asynchronously and return
TestResult
. - runtime() - Method in class com.pulumi.automation.ProjectSettings
-
The runtime of the project.
- runtime(ProjectRuntime) - Method in class com.pulumi.automation.ProjectSettings.Builder
-
The runtime of the project.
- runtime(ProjectRuntimeName) - Method in class com.pulumi.automation.ProjectSettings.Builder
-
The runtime name of the project.
S
- SAME - com.pulumi.automation.OperationType
- saveProjectSettings(ProjectSettings) - Method in class com.pulumi.automation.LocalWorkspace
-
Overwrites the settings for the current project.
- saveProjectSettings(ProjectSettings) - Method in class com.pulumi.automation.Workspace
-
Overwrites the settings for the current project.
- saveStackSettings(String, StackSettings) - Method in class com.pulumi.automation.LocalWorkspace
-
Overwrite the settings for the stack matching the specified stack name.
- saveStackSettings(String, StackSettings) - Method in class com.pulumi.automation.Workspace
-
Overwrite the settings for the stack matching the specified stack name.
- SCHEMA_FIELD_NUMBER - Static variable in class codegen.LoaderOuterClass.GetSchemaResponse
- secret() - Method in class com.pulumi.automation.ProjectTemplateConfigValue
-
Whether the value should be treated as secret.
- secret(boolean) - Method in class com.pulumi.automation.ProjectConfigType.Builder
-
Whether the configuration is secret.
- SECRET - com.pulumi.provider.internal.properties.PropertyValue.ValueType
- secretOutputNames() - Method in class com.pulumi.resources.StackReference
-
The secret output names of the referenced stack.
- secretsProvider() - Method in class com.pulumi.automation.LocalWorkspace
-
The secrets provider to use for encryption and decryption of stack secrets.
- secretsProvider() - Method in class com.pulumi.automation.LocalWorkspaceOptions
-
The secrets provider to use for encryption and decryption of stack secrets.
- secretsProvider() - Method in class com.pulumi.automation.StackSettings
-
The stack's secrets provider.
- secretsProvider() - Method in class com.pulumi.automation.Workspace
-
The secrets provider to use for encryption and decryption of stack secrets.
- secretsProvider(String) - Method in class com.pulumi.automation.LocalWorkspaceOptions.Builder
-
The secrets provider to use for encryption and decryption of stack secrets.
- secretsProvider(String) - Method in class com.pulumi.automation.StackSettings.Builder
-
The stack's secrets provider.
- SecretsProviderOptions - Class in com.pulumi.automation
-
Options to pass into
WorkspaceStack.changeSecretsProvider(String, SecretsProviderOptions)
. - SecretsProviderOptions.Builder - Class in com.pulumi.automation
-
Builder for
SecretsProviderOptions
. - secretValue(Object) - Method in class com.pulumi.resources.StackReferenceOutputDetails.Builder
-
Specifies a secret output value returned by the StackReference.
- select(String, Workspace) - Static method in class com.pulumi.automation.WorkspaceStack
-
Selects stack using the given workspace, and stack name.
- selectStack(String) - Method in class com.pulumi.automation.LocalWorkspace
-
Selects and sets an existing stack matching the stack name, failing if none exists.
- selectStack(String) - Method in class com.pulumi.automation.Workspace
-
Selects and sets an existing stack matching the stack name, failing if none exists.
- selectStack(String, String, Consumer<Context>) - Static method in class com.pulumi.automation.LocalWorkspace
-
Selects an existing Stack with a
LocalWorkspace
utilizing the specified inline (in process)program
. - selectStack(String, String, Consumer<Context>, LocalWorkspaceOptions) - Static method in class com.pulumi.automation.LocalWorkspace
-
Selects an existing Stack with a
LocalWorkspace
utilizing the specified inline (in process)program
. - selectStack(String, Path) - Static method in class com.pulumi.automation.LocalWorkspace
-
Selects an existing Stack with a
LocalWorkspace
utilizing the local Pulumi CLI program from the specifiedworkDir
. - selectStack(String, Path, LocalWorkspaceOptions) - Static method in class com.pulumi.automation.LocalWorkspace
-
Selects an existing Stack with a
LocalWorkspace
utilizing the local Pulumi CLI program from the specifiedworkDir
. - sequence() - Method in class com.pulumi.automation.events.EngineEvent
-
Gets the sequence number, a unique, and monotonically increasing number for each engine event sent to the Pulumi Service.
- serializeArgsForOp(String) - Method in class com.pulumi.automation.LocalWorkspace
-
Hook to provide additional args to every CLI command before they are executed.
- serializeArgsForOp(String) - Method in class com.pulumi.automation.Workspace
-
Hook to provide additional args to every CLI command before they are executed.
- serializeJson(T) - Method in class com.pulumi.automation.serialization.internal.LocalSerializer
- serializeYaml(T) - Method in class com.pulumi.automation.serialization.internal.LocalSerializer
- serverUrl() - Method in class com.pulumi.automation.PluginInstallOptions
-
A URL to download plugins from.
- serverUrl(String) - Method in class com.pulumi.automation.PluginInstallOptions.Builder
-
Sets the server URL for plugin downloads.
- SERVICE_NAME - Static variable in class codegen.LoaderGrpc
- SERVICE_NAME - Static variable in class codegen.MapperGrpc
- setAllConfig(String, Map<String, ConfigValue>) - Method in class com.pulumi.automation.Workspace
-
Sets all values in the provided config map for the specified stack name.
- setAllConfig(String, Map<String, ConfigValue>, boolean) - Method in class com.pulumi.automation.LocalWorkspace
-
Sets all values in the provided config map for the specified stack name.
- setAllConfig(String, Map<String, ConfigValue>, boolean) - Method in class com.pulumi.automation.Workspace
-
Sets all values in the provided config map for the specified stack name.
- setAllConfig(Map<String, ConfigValue>) - Method in class com.pulumi.automation.WorkspaceStack
-
Sets all specified config values on the stack in the associated Workspace.
- setAllConfig(Map<String, ConfigValue>, boolean) - Method in class com.pulumi.automation.WorkspaceStack
-
Sets all specified config values on the stack in the associated Workspace.
- setConfig(String, ConfigValue) - Method in class com.pulumi.automation.WorkspaceStack
-
Sets the config key-value pair on the Stack in the associated Workspace.
- setConfig(String, ConfigValue, boolean) - Method in class com.pulumi.automation.WorkspaceStack
-
Sets the config key-value pair on the Stack in the associated Workspace.
- setConfig(String, String, ConfigValue) - Method in class com.pulumi.automation.Workspace
-
Sets the specified key-value pair in the provided stack's config.
- setConfig(String, String, ConfigValue, boolean) - Method in class com.pulumi.automation.LocalWorkspace
-
Sets the specified key-value pair in the provided stack's config.
- setConfig(String, String, ConfigValue, boolean) - Method in class com.pulumi.automation.Workspace
-
Sets the specified key-value pair in the provided stack's config.
- setData(ByteString) - Method in class codegen.MapperOuterClass.GetMappingResponse.Builder
-
the conversion plugin specific data (if any)
- setDownloadUrl(String) - Method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
-
the optional download url for the schema being requested.
- setDownloadUrlBytes(ByteString) - Method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
-
the optional download url for the schema being requested.
- setField(Descriptors.FieldDescriptor, Object) - Method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class codegen.LoaderOuterClass.GetSchemaResponse.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class codegen.LoaderOuterClass.Parameterization.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class codegen.MapperOuterClass.GetMappingRequest.Builder
- setField(Descriptors.FieldDescriptor, Object) - Method in class codegen.MapperOuterClass.GetMappingResponse.Builder
- setId(Output<String>) - Method in class com.pulumi.resources.CustomResource.CustomResourceInternal
-
More:
CustomResource.id()
- setId(String) - Method in class com.pulumi.automation.PendingCreateValue.Builder
-
Sets the ID of the resource.
- setName(String) - Method in class codegen.LoaderOuterClass.Parameterization.Builder
-
the parameterized package name.
- setNameBytes(ByteString) - Method in class codegen.LoaderOuterClass.Parameterization.Builder
-
the parameterized package name.
- setPackage(String) - Method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
-
the package name for the schema being requested.
- setPackageBytes(ByteString) - Method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
-
the package name for the schema being requested.
- setParameterization(LoaderOuterClass.Parameterization) - Method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
-
the parameterization for the schema being requested, can be empty.
- setParameterization(LoaderOuterClass.Parameterization.Builder) - Method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
-
the parameterization for the schema being requested, can be empty.
- setProvider(String) - Method in class codegen.MapperOuterClass.GetMappingRequest.Builder
-
the provider name for the mapping being requested.
- setProviderBytes(ByteString) - Method in class codegen.MapperOuterClass.GetMappingRequest.Builder
-
the provider name for the mapping being requested.
- setPulumiProvider(String) - Method in class codegen.MapperOuterClass.GetMappingRequest.Builder
-
the expected name of the pulumi provider that maps to the requested provider.
- setPulumiProviderBytes(ByteString) - Method in class codegen.MapperOuterClass.GetMappingRequest.Builder
-
the expected name of the pulumi provider that maps to the requested provider.
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class codegen.LoaderOuterClass.GetSchemaResponse.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class codegen.LoaderOuterClass.Parameterization.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class codegen.MapperOuterClass.GetMappingRequest.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class codegen.MapperOuterClass.GetMappingResponse.Builder
- setRootResourceAsync(EngineOuterClass.SetRootResourceRequest) - Method in class com.pulumi.test.internal.MockEngine
- setSchema(ByteString) - Method in class codegen.LoaderOuterClass.GetSchemaResponse.Builder
-
the JSON encoded schema.
- setStack(Stack) - Method in class com.pulumi.test.internal.MockDeployment
- setTag(String, String) - Method in class com.pulumi.automation.WorkspaceStack
-
Sets the specified key-value pair on the stack.
- setTag(String, String, String) - Method in class com.pulumi.automation.LocalWorkspace
-
Sets the specified key-value pair on the provided stack name.
- setTag(String, String, String) - Method in class com.pulumi.automation.Workspace
-
Sets the specified key-value pair on the provided stack name.
- setUnknownFields(UnknownFieldSet) - Method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
- setUnknownFields(UnknownFieldSet) - Method in class codegen.LoaderOuterClass.GetSchemaResponse.Builder
- setUnknownFields(UnknownFieldSet) - Method in class codegen.LoaderOuterClass.Parameterization.Builder
- setUnknownFields(UnknownFieldSet) - Method in class codegen.MapperOuterClass.GetMappingRequest.Builder
- setUnknownFields(UnknownFieldSet) - Method in class codegen.MapperOuterClass.GetMappingResponse.Builder
- setUrn(Output<String>) - Method in class com.pulumi.resources.Resource.ResourceInternal
- setUrn(String) - Method in class com.pulumi.automation.PendingCreateValue.Builder
-
Sets the URN of the resource.
- setValue(ByteString) - Method in class codegen.LoaderOuterClass.Parameterization.Builder
-
the parameter value for the parameterized package.
- setVersion(String) - Method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
-
the version for the schema being requested, must be a valid semver or empty.
- setVersion(String) - Method in class codegen.LoaderOuterClass.Parameterization.Builder
-
the parameterized package version.
- setVersionBytes(ByteString) - Method in class codegen.LoaderOuterClass.GetSchemaRequest.Builder
-
the version for the schema being requested, must be a valid semver or empty.
- setVersionBytes(ByteString) - Method in class codegen.LoaderOuterClass.Parameterization.Builder
-
the parameterized package version.
- severity() - Method in class com.pulumi.automation.events.DiagnosticEvent
-
Gets the severity, one of "info", "info#err", "warning", or "error".
- showSecrets() - Method in class com.pulumi.automation.HistoryOptions
-
Show config secrets when they appear.
- showSecrets() - Method in class com.pulumi.automation.RefreshOptions
-
Show config secrets when they appear.
- showSecrets() - Method in class com.pulumi.automation.UpOptions
-
Show config secrets when they appear.
- showSecrets(boolean) - Method in class com.pulumi.automation.DestroyOptions.Builder
-
Sets whether to show config secrets when they appear.
- showSecrets(boolean) - Method in class com.pulumi.automation.HistoryOptions.Builder
-
Show config secrets when they appear.
- showSecrets(boolean) - Method in class com.pulumi.automation.RefreshOptions.Builder
-
Sets whether to show config secrets when they appear.
- showSecrets(boolean) - Method in class com.pulumi.automation.UpOptions.Builder
-
Show config secrets when they appear.
- sigKey - Variable in class com.pulumi.asset.AssetOrArchive
- size() - Method in class com.pulumi.automation.PluginInfo
-
The size of the plugin in bytes.
- SkipIfFalse - Annotation Type in com.pulumi.automation.serialization.internal
- skipPendingCreates() - Method in class com.pulumi.automation.RefreshOptions
-
Ignores any pending create operations
- skipPendingCreates(boolean) - Method in class com.pulumi.automation.RefreshOptions.Builder
-
Ignores any pending create operations
- skipVersionCheck(boolean) - Method in class com.pulumi.automation.LocalPulumiCommandOptions.Builder
-
Sets whether to skip the version validation that checks if an existing Pulumi CLI installation is compatible with the SDK.
- stack(Output<String>) - Method in class com.pulumi.core.Alias.Builder
- stack(String) - Method in class com.pulumi.core.Alias.Builder
- StackAlreadyExistsException - Exception in com.pulumi.automation
-
An exception thrown when a stack already exists.
- StackAlreadyExistsException(CommandResult) - Constructor for exception com.pulumi.automation.StackAlreadyExistsException
- stackConfigDir() - Method in class com.pulumi.automation.ProjectSettings
-
Indicates where to store the Pulumi.<stack-name>.yaml files, combined with the folder Pulumi.yaml is in.
- stackConfigDir(String) - Method in class com.pulumi.automation.ProjectSettings.Builder
-
Indicates where to store the Pulumi.<stack-name>.yaml files, combined with the folder Pulumi.yaml is in.
- StackDeployment - Class in com.pulumi.automation
-
Represents the state of a stack deployment as used by
Workspace.importStack(String, StackDeployment)
andWorkspace.exportStack(String)
. - stackName() - Method in interface com.pulumi.Context
- stackName() - Method in class com.pulumi.test.TestOptions
- stackName(String) - Method in class com.pulumi.test.TestOptions.Builder
-
The stack name.
- StackNotFoundException - Exception in com.pulumi.automation
-
An exception thrown when a stack is not found.
- StackNotFoundException(CommandResult) - Constructor for exception com.pulumi.automation.StackNotFoundException
- StackOptions - Class in com.pulumi.resources
- StackOptions(List<ResourceTransformation>) - Constructor for class com.pulumi.resources.StackOptions
-
Creates a
StackOptions
instance. - StackOptions.Builder - Class in com.pulumi.resources
-
The
StackOptions
builder. - StackReference - Class in com.pulumi.resources
-
Manages a reference to a Pulumi stack and provides access to the referenced stack's outputs.
- StackReference(String) - Constructor for class com.pulumi.resources.StackReference
-
Create a
StackReference
resource with the given unique name. - StackReference(String, StackReferenceArgs) - Constructor for class com.pulumi.resources.StackReference
-
Create a
StackReference
resource with the given unique name, arguments. - StackReference(String, StackReferenceArgs, CustomResourceOptions) - Constructor for class com.pulumi.resources.StackReference
-
Create a
StackReference
resource with the given unique name, arguments, and options. - StackReference.KeyMissingException - Exception in com.pulumi.resources
-
ConfigMissingException is used when a configuration value is completely missing.
- StackReferenceArgs - Class in com.pulumi.resources
-
The set of arguments for constructing a
StackReference
resource. - StackReferenceArgs(Output<String>) - Constructor for class com.pulumi.resources.StackReferenceArgs
- StackReferenceArgs.Builder - Class in com.pulumi.resources
-
The builder for
StackReferenceArgs
. - StackReferenceOutputDetails - Class in com.pulumi.resources
-
StackReferenceOutputDetails records an output from a StackReference.
- StackReferenceOutputDetails(Optional<Object>, Optional<Object>) - Constructor for class com.pulumi.resources.StackReferenceOutputDetails
- StackReferenceOutputDetails.Builder - Class in com.pulumi.resources
-
Builds instances of type
StackReferenceOutputDetails
. - stackSettings() - Method in class com.pulumi.automation.LocalWorkspaceOptions
-
A map of Stack names and corresponding settings objects.
- stackSettings(Map<String, StackSettings>) - Method in class com.pulumi.automation.LocalWorkspaceOptions.Builder
-
A map of Stack names and corresponding settings objects.
- StackSettings - Class in com.pulumi.automation
-
Represents configuration settings for a stack.
- StackSettings.Builder - Class in com.pulumi.automation
-
Builder for
StackSettings
. - StackSettingsConfigValue - Class in com.pulumi.automation
-
Represents a configuration value for a stack.
- StackSettingsConfigValue(Object) - Constructor for class com.pulumi.automation.StackSettingsConfigValue
- StackSettingsConfigValue(Object, boolean) - Constructor for class com.pulumi.automation.StackSettingsConfigValue
- StackSummary - Class in com.pulumi.automation
-
Information about a stack.
- standardError() - Method in class com.pulumi.automation.CommandResult
-
Gets the standard error of the command.
- standardError() - Method in class com.pulumi.automation.PreviewResult
-
Returns the standard error of the preview operation.
- standardError() - Method in class com.pulumi.automation.UpdateResult
-
Returns the standard error of the update operation.
- standardInput() - Method in class com.pulumi.automation.CommandRunOptions
-
Returns the standard input for the command.
- standardInput(String) - Method in class com.pulumi.automation.CommandRunOptions.Builder
-
Sets the standard input for the command.
- standardLogger(Logger) - Method in class com.pulumi.test.internal.PulumiTestInternal.Builder
- standardOutput() - Method in class com.pulumi.automation.CommandResult
-
Gets the standard output of the command.
- standardOutput() - Method in class com.pulumi.automation.PreviewResult
-
Returns the standard output of the preview operation.
- standardOutput() - Method in class com.pulumi.automation.UpdateResult
-
Returns the standard output of the update operation.
- standardOutputEvent() - Method in class com.pulumi.automation.events.EngineEvent
- StandardOutputEvent - Class in com.pulumi.automation.events
-
StandardOutputEvent
is emitted whenever a generic message is written, for example warnings from the pulumi CLI itself. - StandardOutputEvent(String, String) - Constructor for class com.pulumi.automation.events.StandardOutputEvent
- startAndBlockUntilShutdown() - Method in class com.pulumi.provider.internal.ResourceProviderService
- startTime() - Method in class com.pulumi.automation.UpdateSummary
-
Returns the start time of the update.
- state - Variable in class com.pulumi.test.internal.MockDeployment
- state - Variable in class com.pulumi.test.Mocks.ResourceResult
-
A resource state
- state() - Method in class com.pulumi.automation.WorkspaceStack
-
Gets a module for editing the Stack's state.
- status() - Method in class com.pulumi.automation.events.ResourceOperationFailedEvent
-
The status code of the failure.
- StepEventMetadata - Class in com.pulumi.automation.events
-
StepEventMetadata
describes a "step" within the Pulumi engine, which is any concrete action to migrate a set of cloud resources from one state to another. - StepEventMetadata(OperationType, String, String, StepEventStateMetadata, StepEventStateMetadata, List<String>, List<String>, Map<String, PropertyDiff>, Boolean, String) - Constructor for class com.pulumi.automation.events.StepEventMetadata
- StepEventStateMetadata - Class in com.pulumi.automation.events
-
StepEventStateMetadata
is the more detailed state information for a resource as it relates to a step(s) being performed. - StepEventStateMetadata(String, String, Boolean, Boolean, String, String, Boolean, Map<String, Object>, Map<String, Object>, String, List<String>) - Constructor for class com.pulumi.automation.events.StepEventStateMetadata
- steps() - Method in class com.pulumi.automation.events.ResourceOperationFailedEvent
-
The number of steps.
- streamId() - Method in class com.pulumi.automation.events.DiagnosticEvent
-
Gets the stream ID.
- STRING - com.pulumi.provider.internal.properties.PropertyValue.ValueType
- StringAsset - Class in com.pulumi.asset
-
StringAsset is a kind of asset produced from an in-memory UTF8-encoded string.
- StringAsset(String) - Constructor for class com.pulumi.asset.StringAsset
- SUCCEEDED - com.pulumi.automation.UpdateState
- summary() - Method in class com.pulumi.automation.UpdateResult
-
Returns a summary of the changes that were applied by the update operation.
- summaryEvent() - Method in class com.pulumi.automation.events.EngineEvent
- SummaryEvent - Class in com.pulumi.automation.events
-
SummaryEvent
is emitted at the end of an update, with a summary of the changes made. - SummaryEvent(boolean, int, Map<OperationType, Integer>, Map<String, String>) - Constructor for class com.pulumi.automation.events.SummaryEvent
- supportsFeatureAsync(Resource.SupportsFeatureRequest) - Method in class com.pulumi.test.internal.MockMonitor
- swap() - Method in class com.pulumi.core.Either
-
If this is a
Left
, then return the left value inRight
or vice versa.
T
- t1 - Variable in class com.pulumi.core.Tuples.Tuple1
- t1 - Variable in class com.pulumi.core.Tuples.Tuple2
- t1 - Variable in class com.pulumi.core.Tuples.Tuple3
- t1 - Variable in class com.pulumi.core.Tuples.Tuple4
- t1 - Variable in class com.pulumi.core.Tuples.Tuple5
- t1 - Variable in class com.pulumi.core.Tuples.Tuple6
- t1 - Variable in class com.pulumi.core.Tuples.Tuple7
- t1 - Variable in class com.pulumi.core.Tuples.Tuple8
- t2 - Variable in class com.pulumi.core.Tuples.Tuple2
- t2 - Variable in class com.pulumi.core.Tuples.Tuple3
- t2 - Variable in class com.pulumi.core.Tuples.Tuple4
- t2 - Variable in class com.pulumi.core.Tuples.Tuple5
- t2 - Variable in class com.pulumi.core.Tuples.Tuple6
- t2 - Variable in class com.pulumi.core.Tuples.Tuple7
- t2 - Variable in class com.pulumi.core.Tuples.Tuple8
- t3 - Variable in class com.pulumi.core.Tuples.Tuple3
- t3 - Variable in class com.pulumi.core.Tuples.Tuple4
- t3 - Variable in class com.pulumi.core.Tuples.Tuple5
- t3 - Variable in class com.pulumi.core.Tuples.Tuple6
- t3 - Variable in class com.pulumi.core.Tuples.Tuple7
- t3 - Variable in class com.pulumi.core.Tuples.Tuple8
- t4 - Variable in class com.pulumi.core.Tuples.Tuple4
- t4 - Variable in class com.pulumi.core.Tuples.Tuple5
- t4 - Variable in class com.pulumi.core.Tuples.Tuple6
- t4 - Variable in class com.pulumi.core.Tuples.Tuple7
- t4 - Variable in class com.pulumi.core.Tuples.Tuple8
- t5 - Variable in class com.pulumi.core.Tuples.Tuple5
- t5 - Variable in class com.pulumi.core.Tuples.Tuple6
- t5 - Variable in class com.pulumi.core.Tuples.Tuple7
- t5 - Variable in class com.pulumi.core.Tuples.Tuple8
- t6 - Variable in class com.pulumi.core.Tuples.Tuple6
- t6 - Variable in class com.pulumi.core.Tuples.Tuple7
- t6 - Variable in class com.pulumi.core.Tuples.Tuple8
- t7 - Variable in class com.pulumi.core.Tuples.Tuple7
- t7 - Variable in class com.pulumi.core.Tuples.Tuple8
- t8 - Variable in class com.pulumi.core.Tuples.Tuple8
- targetDependents() - Method in class com.pulumi.automation.PreviewOptions
-
Allows updating of dependent targets discovered but not specified
UpdateOptions.targets()
- targetDependents() - Method in class com.pulumi.automation.UpOptions
-
Allows updating of dependent targets discovered but not specified
UpdateOptions.targets()
- targetDependents(boolean) - Method in class com.pulumi.automation.DestroyOptions.Builder
-
Allows updating of dependent targets discovered but not specified
UpdateOptions.Builder.targets(java.util.List<java.lang.String>)
. - targetDependents(boolean) - Method in class com.pulumi.automation.PreviewOptions.Builder
-
Allows updating of dependent targets discovered but not specified
UpdateOptions.targets()
- targetDependents(boolean) - Method in class com.pulumi.automation.UpOptions.Builder
-
Allows updating of dependent targets discovered but not specified
UpdateOptions.Builder.targets(java.util.List<java.lang.String>)
. - targets() - Method in class com.pulumi.automation.UpdateOptions
-
A list of resource URNs to target during the operation.
- targets(List<String>) - Method in class com.pulumi.automation.UpdateOptions.Builder
-
A list of resource URNs to target during the operation.
- template() - Method in class com.pulumi.automation.ProjectSettings
-
The template of the project.
- template(ProjectTemplate) - Method in class com.pulumi.automation.ProjectSettings.Builder
-
The template of the project.
- TestOptions - Class in com.pulumi.test
-
Optional settings for tests.
- TestOptions(String, String, boolean, List<ResourceTransformation>) - Constructor for class com.pulumi.test.TestOptions
- TestOptions(String, String, boolean, List<ResourceTransformation>, String) - Constructor for class com.pulumi.test.TestOptions
- TestOptions.Builder - Class in com.pulumi.test
-
The builder for
TestOptions
- TestResult - Class in com.pulumi.test
-
A test result information.
- TestResult(int, List<Resource>, List<Exception>, List<String>, Map<String, Output<?>>) - Constructor for class com.pulumi.test.TestResult
- throwOnError() - Method in class com.pulumi.test.TestResult
-
Throw
RunException
if we've encountered an exception or returnTestResult
otherwise. - timestamp() - Method in class com.pulumi.automation.events.EngineEvent
-
Gets the timestamp, a Unix timestamp (seconds) of when the event was emitted.
- toBuilder() - Method in class codegen.LoaderOuterClass.GetSchemaRequest
- toBuilder() - Method in class codegen.LoaderOuterClass.GetSchemaResponse
- toBuilder() - Method in class codegen.LoaderOuterClass.Parameterization
- toBuilder() - Method in class codegen.MapperOuterClass.GetMappingRequest
- toBuilder() - Method in class codegen.MapperOuterClass.GetMappingResponse
- toBuilder() - Method in class com.pulumi.automation.ProjectBackend
-
Creates a new
ProjectBackend.Builder
initialized with the values from this instance. - toBuilder() - Method in class com.pulumi.automation.ProjectConfigItemsType
-
Creates a new
ProjectConfigItemsType.Builder
initialized with the values from this instance. - toBuilder() - Method in class com.pulumi.automation.ProjectConfigType
-
Creates a new
ProjectConfigType.Builder
initialized with the values from this instance. - toBuilder() - Method in class com.pulumi.automation.ProjectOptions
-
Creates a new
ProjectOptions.Builder
initialized with the values from this instance. - toBuilder() - Method in class com.pulumi.automation.ProjectPluginOptions
-
Creates a new
ProjectPluginOptions.Builder
initialized with the values from this instance. - toBuilder() - Method in class com.pulumi.automation.ProjectPlugins
-
Creates a new
ProjectPlugins.Builder
initialized with the values from this instance. - toBuilder() - Method in class com.pulumi.automation.ProjectRuntimeOptions
-
Creates a new
ProjectRuntimeOptions.Builder
initialized with the values from this instance. - toBuilder() - Method in class com.pulumi.automation.ProjectSettings
-
Creates a new
ProjectSettings.Builder
initialized with the values from this instance. - toBuilder() - Method in class com.pulumi.automation.ProjectTemplate
-
Creates a new
ProjectTemplate.Builder
initialized with the values from this instance. - toBuilder() - Method in class com.pulumi.automation.StackSettings
-
Creates a new
StackSettings.Builder
initialized with the values from this instance. - toGSON() - Method in class com.pulumi.core.TypeShape
- token - Variable in class com.pulumi.test.Mocks.CallArgs
-
Resource identifier
- toMapAsync(Log) - Method in class com.pulumi.resources.InputArgs.InputArgsInternal
- toNullableMapAsync(Log) - Method in class com.pulumi.resources.InputArgs.InputArgsInternal
- TOOL - com.pulumi.automation.PluginKind
- toolchain() - Method in class com.pulumi.automation.ProjectRuntimeOptions
-
Applies to Python projects only.
- toolchain(String) - Method in class com.pulumi.automation.ProjectRuntimeOptions.Builder
-
Applies to Python projects only.
- toString() - Method in class com.pulumi.automation.CommandResult
- toString() - Method in class com.pulumi.automation.Version
- toString() - Method in class com.pulumi.core.Either
- toString() - Method in class com.pulumi.core.Tuples.Tuple0
- toString() - Method in class com.pulumi.core.Tuples.Tuple1
- toString() - Method in class com.pulumi.core.Tuples.Tuple2
- toString() - Method in class com.pulumi.core.Tuples.Tuple3
- toString() - Method in class com.pulumi.core.Tuples.Tuple4
- toString() - Method in class com.pulumi.core.Tuples.Tuple5
- toString() - Method in class com.pulumi.core.Tuples.Tuple6
- toString() - Method in class com.pulumi.core.Tuples.Tuple7
- toString() - Method in class com.pulumi.core.Tuples.Tuple8
- toString() - Method in class com.pulumi.core.TypeShape
- toString() - Method in class com.pulumi.provider.internal.properties.PropertyValue.OutputReference
- toString() - Method in class com.pulumi.provider.internal.properties.PropertyValue
- tracing() - Method in class com.pulumi.automation.UpdateOptions
-
Emit tracing to the specified endpoint.
- tracing(String) - Method in class com.pulumi.automation.UpdateOptions.Builder
-
Emit tracing to the specified endpoint.
- transform(Function<L, A>, Function<R, B>) - Method in class com.pulumi.core.Either
-
Applies
leftFunction
if this is aLeft
orrightFunction
if this is aRight
. - tree() - Method in annotation type com.pulumi.core.annotations.Export
- tryParse(String) - Static method in class com.pulumi.automation.Version
-
Parses a
Version
from the specified SemVer string. - trySetId(Output<String>) - Method in class com.pulumi.resources.CustomResource.CustomResourceInternal
- trySetUrn(Output<String>) - Method in class com.pulumi.resources.Resource.ResourceInternal
- tuple(Output<T1>, Output<T2>) - Static method in interface com.pulumi.core.Output
- tuple(Output<T1>, Output<T2>, Output<T3>) - Static method in interface com.pulumi.core.Output
- tuple(Output<T1>, Output<T2>, Output<T3>, Output<T4>) - Static method in interface com.pulumi.core.Output
- tuple(Output<T1>, Output<T2>, Output<T3>, Output<T4>, Output<T5>) - Static method in interface com.pulumi.core.Output
- tuple(Output<T1>, Output<T2>, Output<T3>, Output<T4>, Output<T5>, Output<T6>) - Static method in interface com.pulumi.core.Output
- tuple(Output<T1>, Output<T2>, Output<T3>, Output<T4>, Output<T5>, Output<T6>, Output<T7>) - Static method in interface com.pulumi.core.Output
- tuple(Output<T1>, Output<T2>, Output<T3>, Output<T4>, Output<T5>, Output<T6>, Output<T7>, Output<T8>) - Static method in interface com.pulumi.core.Output
-
Combines all the
Output
values in the provided parameters and combines them all into a single tuple containing each of their underlying values. - Tuple1(T1) - Constructor for class com.pulumi.core.Tuples.Tuple1
- Tuple2(T1, T2) - Constructor for class com.pulumi.core.Tuples.Tuple2
- Tuple3(T1, T2, T3) - Constructor for class com.pulumi.core.Tuples.Tuple3
- Tuple4(T1, T2, T3, T4) - Constructor for class com.pulumi.core.Tuples.Tuple4
- Tuple5(T1, T2, T3, T4, T5) - Constructor for class com.pulumi.core.Tuples.Tuple5
- Tuple6(T1, T2, T3, T4, T5, T6) - Constructor for class com.pulumi.core.Tuples.Tuple6
- Tuple7(T1, T2, T3, T4, T5, T6, T7) - Constructor for class com.pulumi.core.Tuples.Tuple7
- Tuple8(T1, T2, T3, T4, T5, T6, T7, T8) - Constructor for class com.pulumi.core.Tuples.Tuple8
- Tuples - Class in com.pulumi.core
- Tuples() - Constructor for class com.pulumi.core.Tuples
- Tuples.Tuple - Interface in com.pulumi.core
- Tuples.Tuple0 - Class in com.pulumi.core
- Tuples.Tuple1<T1> - Class in com.pulumi.core
- Tuples.Tuple2<T1,T2> - Class in com.pulumi.core
- Tuples.Tuple3<T1,T2,T3> - Class in com.pulumi.core
- Tuples.Tuple4<T1,T2,T3,T4> - Class in com.pulumi.core
- Tuples.Tuple5<T1,T2,T3,T4,T5> - Class in com.pulumi.core
- Tuples.Tuple6<T1,T2,T3,T4,T5,T6> - Class in com.pulumi.core
- Tuples.Tuple7<T1,T2,T3,T4,T5,T6,T7> - Class in com.pulumi.core
- Tuples.Tuple8<T1,T2,T3,T4,T5,T6,T7,T8> - Class in com.pulumi.core
- type - Variable in class com.pulumi.test.Mocks.ResourceArgs
-
Resource type name
- type() - Method in class com.pulumi.automation.events.StepEventMetadata
- type() - Method in class com.pulumi.automation.events.StepEventStateMetadata
- type() - Method in class com.pulumi.automation.ProjectConfigItemsType
-
The type of the configuration item.
- type() - Method in class com.pulumi.automation.ProjectConfigType
-
The type of the configuration.
- type() - Method in annotation type com.pulumi.core.annotations.ResourceType
- type(Output<String>) - Method in class com.pulumi.core.Alias.Builder
- type(String) - Method in class com.pulumi.automation.ProjectConfigItemsType.Builder
-
The type of the configuration item.
- type(String) - Method in class com.pulumi.automation.ProjectConfigType.Builder
-
The type of the configuration.
- type(String) - Method in class com.pulumi.core.Alias.Builder
- typechecker() - Method in class com.pulumi.automation.ProjectRuntimeOptions
-
Applies to Python projects only.
- typechecker(String) - Method in class com.pulumi.automation.ProjectRuntimeOptions.Builder
-
Applies to Python projects only.
- typescript() - Method in class com.pulumi.automation.ProjectRuntimeOptions
-
Applies to NodeJS projects only.
- typescript(Boolean) - Method in class com.pulumi.automation.ProjectRuntimeOptions.Builder
-
Applies to NodeJS projects only.
- TypeShape<T> - Class in com.pulumi.core
- TypeShape.Builder<T> - Class in com.pulumi.core
U
- UNKNOWN - com.pulumi.automation.OperationType
- unmarshal(Value) - Static method in class com.pulumi.provider.internal.properties.PropertyValue
- unmarshalProperties(Struct) - Static method in class com.pulumi.provider.internal.properties.PropertyValue
- unprotect(String) - Method in class com.pulumi.automation.WorkspaceStackState
-
Unprotect a resource in a stack's state.
- unprotectAll() - Method in class com.pulumi.automation.WorkspaceStackState
-
Unprotect all resources in a stack's state.
- up() - Method in class com.pulumi.automation.WorkspaceStack
-
Creates or updates the resources in a stack by executing the program in the Workspace.
- up(UpOptions) - Method in class com.pulumi.automation.WorkspaceStack
-
Creates or updates the resources in a stack by executing the program in the Workspace.
- update(Duration) - Method in class com.pulumi.resources.CustomTimeouts.Builder
- UPDATE - com.pulumi.automation.events.DiffKind
-
Update indicates that the property was updated.
- UPDATE - com.pulumi.automation.OperationType
- UPDATE - com.pulumi.automation.UpdateKind
- UPDATE_REPLACE - com.pulumi.automation.events.DiffKind
-
UpdateReplace indicates that the property was updated and requires that the resource be replaced.
- UpdateKind - Enum in com.pulumi.automation
-
The kind of update being performed.
- UpdateOptions - Class in com.pulumi.automation
-
Common options controlling the behavior of update actions taken against an instance of
WorkspaceStack
. - UpdateOptions(UpdateOptions.Builder<?>) - Constructor for class com.pulumi.automation.UpdateOptions
- UpdateOptions.Builder<B extends UpdateOptions.Builder<B>> - Class in com.pulumi.automation
-
Base builder for all update options.
- UpdateResult - Class in com.pulumi.automation
-
The result of an update operation.
- UpdateState - Enum in com.pulumi.automation
-
The state of an update.
- UpdateSummary - Class in com.pulumi.automation
-
Information about an update.
- UpdateSummary(UpdateKind, Instant, String, Map<String, String>, Map<String, ConfigValue>, UpdateState, Instant, Integer, String, Map<OperationType, Integer>) - Constructor for class com.pulumi.automation.UpdateSummary
- UpOptions - Class in com.pulumi.automation
-
Options controlling the behavior of an
WorkspaceStack.up()
operation. - UpOptions.Builder - Class in com.pulumi.automation
-
Builder for
UpOptions
. - UpResult - Class in com.pulumi.automation
-
The result of an up operation.
- url() - Method in class com.pulumi.automation.ProjectBackend
-
The backend URL.
- url() - Method in class com.pulumi.automation.StackSummary
-
Returns the URL of the stack.
- url() - Method in class com.pulumi.automation.WhoAmIResult
-
A URL at which information about this backend may be seen.
- url(String) - Method in class com.pulumi.automation.ProjectBackend.Builder
-
The backend URL.
- urn - Variable in class com.pulumi.resources.ResourceOptions
- urn() - Method in class com.pulumi.automation.events.DiagnosticEvent
-
Gets the URN.
- urn() - Method in class com.pulumi.automation.events.StepEventMetadata
- urn() - Method in class com.pulumi.automation.events.StepEventStateMetadata
- urn() - Method in class com.pulumi.automation.PendingCreateValue
-
Gets the URN of the resource.
- urn() - Method in class com.pulumi.resources.Resource.LazyFields
- urn() - Method in class com.pulumi.resources.Resource
-
Pulumi URN is the stable logical identifier used to distinctly address a resource, both before and after deployments.
- urn(String) - Method in class com.pulumi.resources.ResourceOptions.Builder
-
The URN of a previously-registered resource of this type to read from the engine.
- user() - Method in class com.pulumi.automation.WhoAmIResult
V
- validateMember(Class<?>, String) - Method in class com.pulumi.resources.CallArgs
- validateMember(Class<?>, String) - Method in class com.pulumi.resources.InputArgs
- validateMember(Class<?>, String) - Method in class com.pulumi.resources.InvokeArgs
- validateMember(Class<?>, String) - Method in class com.pulumi.resources.ResourceArgs
- value - Variable in class com.pulumi.asset.AssetOrArchive
- value() - Method in class com.pulumi.automation.ConfigValue
-
Gets the configuration value.
- value() - Method in class com.pulumi.automation.OutputValue
-
Returns the value of the output.
- value() - Method in class com.pulumi.automation.ProjectConfigType
-
The value of the configuration.
- value() - Method in class com.pulumi.automation.StackSettingsConfigValue
-
Returns the value of the configuration.
- value() - Method in annotation type com.pulumi.core.annotations.CustomType.Setter
-
We need to know the name of a parameter expected by the deserializer, and unfortunately Java compiler does not give this information through reflection (by default)
- value() - Method in class com.pulumi.core.Either
-
Same as
Either.right()
, a convenience method for Value/Error use case. - value(Object) - Method in class com.pulumi.automation.ProjectConfigType.Builder
-
The value of the configuration.
- value(Object) - Method in class com.pulumi.resources.StackReferenceOutputDetails.Builder
-
Specifies an output value returned by the StackReference.
- VALUE_FIELD_NUMBER - Static variable in class codegen.LoaderOuterClass.Parameterization
- valueOf(String) - Static method in enum com.pulumi.automation.events.DiffKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pulumi.automation.OperationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pulumi.automation.PluginKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pulumi.automation.ProjectRuntimeName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pulumi.automation.UpdateKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pulumi.automation.UpdateState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.pulumi.provider.internal.properties.PropertyValue.ValueType
-
Returns the enum constant of this type with the specified name.
- valueOf(R) - Static method in class com.pulumi.core.Either
-
Same as
Either.ofRight(R)
, a convenience method for Value/Error use case. - values() - Static method in enum com.pulumi.automation.events.DiffKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.pulumi.automation.OperationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.pulumi.automation.PluginKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.pulumi.automation.ProjectRuntimeName
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.pulumi.automation.UpdateKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.pulumi.automation.UpdateState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.pulumi.provider.internal.properties.PropertyValue.ValueType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- version - Variable in class com.pulumi.resources.ResourceOptions
- version() - Method in class com.pulumi.automation.LocalPulumiCommand
- version() - Method in class com.pulumi.automation.PluginInfo
-
The plugin's semantic version, if present.
- version() - Method in class com.pulumi.automation.ProjectPluginOptions
-
The version of the plugin.
- version() - Method in interface com.pulumi.automation.PulumiCommand
-
The version of the Pulumi CLI that is being used.
- version() - Method in class com.pulumi.automation.StackDeployment
-
Version indicates the schema of the encoded deployment.
- version() - Method in class com.pulumi.automation.UpdateSummary
-
Returns the version of the stack after the update.
- version() - Method in annotation type com.pulumi.core.annotations.ResourceType
- version(String) - Method in class com.pulumi.automation.ProjectPluginOptions.Builder
-
The version of the plugin.
- version(String) - Method in class com.pulumi.deployment.InvokeOptions.Builder
-
An optional version, corresponding to the version of the provider plugin that should be used when operating on this invoke.
- version(String) - Method in class com.pulumi.deployment.InvokeOutputOptions.Builder
-
An optional version, corresponding to the version of the provider plugin that should be used when operating on this invoke.
- version(String) - Method in class com.pulumi.resources.ResourceOptions.Builder
-
An optional version, corresponding to the version of the provider plugin that should be used when operating on this resource.
- Version - Class in com.pulumi.automation
-
Represents a semantic version (SemVer).
- VERSION_FIELD_NUMBER - Static variable in class codegen.LoaderOuterClass.GetSchemaRequest
- VERSION_FIELD_NUMBER - Static variable in class codegen.LoaderOuterClass.Parameterization
- versionRange() - Method in class com.pulumi.automation.PluginRemoveOptions
-
The semver range to check when removing plugins matching the given name e.g.
- versionRange(String) - Method in class com.pulumi.automation.PluginRemoveOptions.Builder
-
The semver range to check when removing plugins matching the given name e.g.
- virtualenv() - Method in class com.pulumi.automation.ProjectRuntimeOptions
-
Applies to Python projects only.
- virtualenv(String) - Method in class com.pulumi.automation.ProjectRuntimeOptions.Builder
-
Applies to Python projects only.
W
- warn(String) - Method in interface com.pulumi.context.LoggingContext
-
Logs a warning to indicate that something went wrong, but not catastrophically so.
- warn(String) - Method in class com.pulumi.Log
-
Logs a warning to indicate that something went wrong, but not catastrophically so.
- warn(String, Resource) - Method in class com.pulumi.Log
-
Logs a warning to indicate that something went wrong, but not catastrophically so.
- warn(String, Resource, Integer, Boolean) - Method in class com.pulumi.Log
-
Logs a warning to indicate that something went wrong, but not catastrophically so.
- warn(String, Object...) - Method in interface com.pulumi.context.LoggingContext
-
Logs a warning to indicate that something went wrong, but not catastrophically so.
- website() - Method in class com.pulumi.automation.ProjectSettings
-
The website of the project.
- website(String) - Method in class com.pulumi.automation.ProjectSettings.Builder
-
The website of the project.
- whoAmI() - Method in class com.pulumi.automation.LocalWorkspace
-
Returns the currently authenticated user.
- whoAmI() - Method in class com.pulumi.automation.Workspace
-
Returns the currently authenticated user.
- WhoAmIResult - Class in com.pulumi.automation
-
The result of a
Workspace.whoAmI()
operation. - WhoAmIResult(String, String, List<String>) - Constructor for class com.pulumi.automation.WhoAmIResult
-
Creates a new instance of
WhoAmIResult
. - withAdditionalEnv(Map<String, String>) - Method in class com.pulumi.automation.CommandRunOptions
-
Returns a new
CommandRunOptions
with the given additional environment variables. - withMocks(Mocks) - Method in class com.pulumi.test.internal.PulumiTestInternal.APIInternal
- withMocks(Mocks) - Method in interface com.pulumi.test.PulumiTest.API
-
Use
Mocks
in this test. - withMocks(Mocks) - Static method in interface com.pulumi.test.PulumiTest
-
Use
Mocks
in this test. - withOptions(StackOptions) - Static method in interface com.pulumi.Pulumi
- withOptions(TestOptions) - Method in class com.pulumi.test.internal.PulumiTestInternal.APIInternal
- withOptions(TestOptions) - Method in interface com.pulumi.test.PulumiTest.API
-
Use
TestOptions
in this test. - withOptions(TestOptions) - Static method in interface com.pulumi.test.PulumiTest
-
Use
TestOptions
in this test. - withUrn(String) - Static method in class com.pulumi.core.Alias
-
Create an
Alias
for a given URN. - withWorkingDir(Path) - Method in class com.pulumi.automation.CommandRunOptions
-
Returns a new
CommandRunOptions
with the given working directory. - workDir() - Method in class com.pulumi.automation.LocalWorkspace
-
The working directory to run Pulumi CLI commands.
- workDir() - Method in class com.pulumi.automation.LocalWorkspaceOptions
-
The directory to run Pulumi commands and read settings (Pulumi.yaml and Pulumi.{stack}.yaml).
- workDir() - Method in class com.pulumi.automation.Workspace
-
The working directory to run Pulumi CLI commands.
- workDir(Path) - Method in class com.pulumi.automation.LocalWorkspaceOptions.Builder
-
The directory to run Pulumi commands and read settings (Pulumi.yaml and Pulumi.{stack}.yaml).
- workingDir() - Method in class com.pulumi.automation.CommandRunOptions
-
Returns the working directory for the command.
- workingDir(Path) - Method in class com.pulumi.automation.CommandRunOptions.Builder
-
Sets the working directory for the command.
- workspace() - Method in class com.pulumi.automation.WorkspaceStack
-
Gets the Workspace the Stack was created from.
- Workspace - Class in com.pulumi.automation
-
Workspace is the execution context containing a single Pulumi project, a program, and multiple stacks.
- WorkspaceStack - Class in com.pulumi.automation
-
WorkspaceStack
is an isolated, independently configurable instance of a Pulumi program. - WorkspaceStackState - Class in com.pulumi.automation
-
Class for manipulating stack state for a given
WorkspaceStack
. - WorkspaceStackState(WorkspaceStack) - Constructor for class com.pulumi.automation.WorkspaceStackState
- writeTo(CodedOutputStream) - Method in class codegen.LoaderOuterClass.GetSchemaRequest
- writeTo(CodedOutputStream) - Method in class codegen.LoaderOuterClass.GetSchemaResponse
- writeTo(CodedOutputStream) - Method in class codegen.LoaderOuterClass.Parameterization
- writeTo(CodedOutputStream) - Method in class codegen.MapperOuterClass.GetMappingRequest
- writeTo(CodedOutputStream) - Method in class codegen.MapperOuterClass.GetMappingResponse
Y
- YAML - com.pulumi.automation.ProjectRuntimeName
All Classes All Packages