ecsutils

package
v0.0.0-...-b0be543 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewECSSession

func NewECSSession(serviceKey string) (*ecs.ECS, error)

Types

type ECSTask

type ECSTask struct {
	ServiceKey      string `json:"-"` // Should be private for output
	PlatformVersion string `json:"platformVersion"`
	TaskDefinition  string `json:"taskDefinition"`
	Cluster         string `json:"cluster"`
}

func NewECSTask

func NewECSTask(serviceKey string) ECSTask

func (*ECSTask) RunFargateTask

func (e *ECSTask) RunFargateTask(serviceKey string) error

Jump to

Keyboard shortcuts

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