Documentation
¶
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 ApiKeyDefinition
- type LabelDefinition
- type Model
- type RoleDefinition
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 NOOP
Types ¶
type ApiKeyDefinition ¶
ApiKeyDefinition is autogenerated from the json schema
type LabelDefinition ¶
LabelDefinition is autogenerated from the json schema
type Model ¶
type Model struct {
DatabaseName *encoding.String `json:"DatabaseName,omitempty"`
Labels []LabelDefinition `json:"Labels,omitempty"`
LdapAuthType *encoding.String `json:"LdapAuthType,omitempty"`
ProjectId *encoding.String `json:"ProjectId,omitempty"`
Roles []RoleDefinition `json:"Roles,omitempty"`
Password *encoding.String `json:"Password,omitempty"`
Username *encoding.String `json:"Username,omitempty"`
ApiKeys ApiKeyDefinition `json:"ApiKeys,omitempty"`
}
Model is autogenerated from the json schema
Click to show internal directories.
Click to hide internal directories.