package
1.21.0
Repository: https://github.com/aws-cloudformation/rain.git
Documentation: pkg.go.dev

# Functions

Create a json patch document based on the new props and the prior json from the last version of the template (not the property model).
CreateResource creates a resource based on the YAML node from the template, and blocks until resource creation is complete.
DeleteResource deletes a resource and blocks until the operation is complete.
GetResource gets a resource from cloud control api It returns the resource model as a string.
Returns true if the resource already exists.
toJsonProps converts properties in a resource node to the JSON representation.
UpdateResource updates a resource based on the YAML node from the template, and blocks until resource update is complete.