ConstructRequest

pulumirpc.provider.ConstructRequest
See theConstructRequest companion object

Value parameters

additionalSecretOutputs

additional output properties that should be treated as secrets.

aliases

a list of additional URNs that shoud be considered the same.

config

the configuration variables to apply before running.

configSecretKeys

the configuration keys that have secret values.

customTimeouts

default timeouts for CRUD operations on this resource.

deleteBeforeReplace

whether to delete the resource before replacing it.

deletedWith

URN of a resource that, if deleted, also deletes this resource.

dependencies

a list of URNs that this resource depends on, as observed by the language host.

dryRun

true if we're only doing a dryrun (preview).

ignoreChanges

properties that should be ignored during a diff

inputDependencies

a map from property keys to the dependencies of the property.

inputs

the inputs to the resource constructor.

monitorEndpoint

the address for communicating back to the resource monitor.

name

the name, for URN purposes, of the object.

organization

the organization of the stack being deployed into.

parallel

the degree of parallelism for resource operations (<=1 for serial).

parent

an optional parent URN that this child resource belongs to.

project

the project name.

protect

Resource options: Do not change field IDs. Add new fields at the end. true if the resource should be marked protected.

providers

the map of providers to use for this resource's children.

replaceOnChanges

properties that, when changed, trigger a replacement

retainOnDelete

whether to retain the resource in the cloud provider when it is deleted

stack

the name of the stack being deployed into.

type

the type of the object allocated.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def serializedSize: Int

Attributes

Definition Classes

Returns a human-readable ASCII format representation of this message.

Returns a human-readable ASCII format representation of this message.

The original message can be decoded from this format by using fromAscii on the companion object.

Attributes

Returns

human-readable representation of this message.

Serializes the message into the given coded output stream

Serializes the message into the given coded output stream

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
final def toByteArray: Array[Byte]

Serializes the message and returns a byte array containing its raw bytes

Serializes the message and returns a byte array containing its raw bytes

Attributes

Inherited from:
GeneratedMessage

Serializes the message and returns a ByteString containing its raw bytes

Serializes the message and returns a ByteString containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
final def toPMessage: PMessage

Attributes

Inherited from:
GeneratedMessage

Attributes

Inherited from:
Updatable

Attributes

Inherited from:
GeneratedMessage

Serializes the message into the given output stream

Serializes the message into the given output stream

Attributes

Inherited from:
GeneratedMessage