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 Model
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 ApiKeyDefinition ¶
ApiKeyDefinition is autogenerated from the json schema
type Model ¶
type Model struct {
ProjectId *encoding.String `json:"ProjectId,omitempty"`
ContainerId *encoding.String `json:"ContainerId,omitempty"`
AccepterRegionName *encoding.String `json:"AccepterRegionName,omitempty"`
AwsAccountId *encoding.String `json:"AwsAccountId,omitempty"`
ProviderName *encoding.String `json:"ProviderName,omitempty"`
RouteTableCidrBlock *encoding.String `json:"RouteTableCidrBlock,omitempty"`
VpcId *encoding.String `json:"VpcId,omitempty"`
ConnectionId *encoding.String `json:"ConnectionId,omitempty"`
ErrorStateName *encoding.String `json:"ErrorStateName,omitempty"`
StatusName *encoding.String `json:"StatusName,omitempty"`
Id *encoding.String `json:"Id,omitempty"`
ApiKeys ApiKeyDefinition `json:"ApiKeys,omitempty"`
}
Model is autogenerated from the json schema
Click to show internal directories.
Click to hide internal directories.