Optional
checkValidates that the given property bag is valid for a resource of the given type.
Optional
configureConfigures the resource provider.
Allocates a new instance of the provided resource and returns its unique ID afterwards. If this call fails, the resource must not have been created (i.e., it is "transactional").
The properties to set during creation.
Optional
deleteTears down an existing resource with the given ID. If it fails, the resource is assumed to still exist.
The ID of the resource to delete.
The current properties on the resource.
Optional
diffChecks what impacts a hypothetical update will have on the resource's properties.
Optional
readReads the current live state associated with a resource. Enough state must be included in the inputs to uniquely identify the resource; this is typically just the resource ID, but it may also include some properties.
Optional
props: OutputsOptional
updateUpdates an existing resource with new values.
Generated using TypeDoc
ResourceProvider represents an object that provides CRUD operations for a particular type of resource.