Abstract
Creates a new dynamic resource.
The implementation of the resource's CRUD operations.
The name of the resource.
The arguments to use to populate the new resource. Must not define the reserved property "__provider".
Optional
opts: CustomResourceOptionsA bag of options that control this resource's behavior.
Optional
module: stringThe module of the resource.
The type of the resource.
Readonly
idThe provider-assigned unique ID for this managed resource. It is set during deployments and may be missing (undefined) during planning phases.
Readonly
urnThe stable logical URN used to distinctly address a resource, both before and after deployments.
Returns the provider for the given module member, if one exists.
Static
isReturns true if the given object is a CustomResource. This is designed to work even when multiple copies of the Pulumi SDK have been loaded into the same process.
Generated using TypeDoc
Resource represents a Pulumi resource that incorporates an inline implementation of the Resource's CRUD operations.