resource

package
v0.0.0-...-5a27491 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 25, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

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.

func Read

func Read(req handler.Request, prevModel *Model, currentModel *Model) (handler.ProgressEvent, error)

Read handles the Read event from the Cloudformation service.

func Update

func Update(req handler.Request, prevModel *Model, currentModel *Model) (handler.ProgressEvent, error)

Update handles the Update event from the Cloudformation service.

Types

type Model

type Model struct {
	AllowedPattern *string `json:"AllowedPattern,omitempty"`
	Description    *string `json:"Description,omitempty"`
	Name           *string `json:"Name,omitempty"`
	KeyId          *string `json:"KeyId,omitempty"`
	Policies       *string `json:"Policies,omitempty"`
	Tier           *string `json:"Tier,omitempty"`
	Value          *string `json:"Value,omitempty"`
	Tags           []Tag   `json:"Tags,omitempty"`
}

Model is autogenerated from the json schema

type Tag

type Tag struct {
	Key   *string `json:",omitempty"`
	Value *string `json:",omitempty"`
}

Tag is autogenerated from the json schema

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL