pulumirpc.provider.CheckRequest
See theCheckRequest companion object
final case class CheckRequest(urn: String, olds: Option[Struct], news: Option[Struct], randomSeed: ByteString, name: String, `type`: String, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[CheckRequest]
Value parameters
- name
-
the Pulumi name for this resource.
- news
-
the new Pulumi inputs for this resource. Note that if the user specifies the ignoreChanges resource option, the value of news passed to the provider here may differ from the values written in the program source. It will be pre-processed by replacing every ignoreChanges property by a matching value from the old inputs stored in the state. See also: https://www.pulumi.com/docs/concepts/options/ignorechanges/
- olds
-
the old Pulumi inputs for this resource, if any.
- randomSeed
-
a deterministically random hash, primarily intended for global unique naming.
- type
-
the Pulumi type for this resource.
- urn
-
the Pulumi URN for this resource.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Updatable[CheckRequest]trait GeneratedMessagetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article