Documentation ¶
Overview ¶
Code generated by 'cfn generate', changes will be undone by the next invocation. DO NOT EDIT. Updates to this type are made my editing the schema file and executing the 'generate' command.
Code generated by 'cfn generate', changes will be undone by the next invocation. DO NOT EDIT. Updates to this type are made my editing the schema file and executing the 'generate' command.
Index ¶
- func Create(req handler.Request, prevModel *Model, currentModel *Model) (handler.ProgressEvent, error)
- func Delete(req handler.Request, prevModel *Model, currentModel *Model) (handler.ProgressEvent, error)
- func List(req handler.Request, prevModel *Model, currentModel *Model) (handler.ProgressEvent, error)
- func Read(req handler.Request, prevModel *Model, currentModel *Model) (handler.ProgressEvent, error)
- func Update(req handler.Request, prevModel *Model, currentModel *Model) (handler.ProgressEvent, error)
- type Model
- type TypeConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Create ¶
func Create(req handler.Request, prevModel *Model, currentModel *Model) (handler.ProgressEvent, error)
Create handles the Create event from the Cloudformation service.
func Delete ¶
func Delete(req handler.Request, prevModel *Model, currentModel *Model) (handler.ProgressEvent, error)
Delete handles the Delete event from the Cloudformation service.
func List ¶
func List(req handler.Request, prevModel *Model, currentModel *Model) (handler.ProgressEvent, error)
List handles the List event from the Cloudformation service.
Types ¶
type TypeConfiguration ¶
type TypeConfiguration struct { }
TypeConfiguration is autogenerated from the json schema
func Configuration ¶
func Configuration(req handler.Request) (*TypeConfiguration, error)
Configuration returns a resource's configuration.