Documentation ¶ Overview ¶ registers a task definition as well as creates the log groups needed Index ¶ func Register(ctx *config.Context, entity config.IsTaskStruct) (string, error) type Substep func New(entity config.IsTaskStruct) *Substep func (s *Substep) Register(ctx *config.Context) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Register ¶ func Register(ctx *config.Context, entity config.IsTaskStruct) (string, error) Types ¶ type Substep ¶ type Substep struct { // contains filtered or unexported fields } func New ¶ func New(entity config.IsTaskStruct) *Substep func (*Substep) Register ¶ func (s *Substep) Register(ctx *config.Context) (string, error) will return the task definition arn Source Files ¶ View all Source files task_definition.go Click to show internal directories. Click to hide internal directories.