Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MonitorTaskOptions ¶
type MonitorTaskResult ¶
type MonitorTaskResult struct {
ARN string
Errors []error
Logs []*aws_cloudwatchlogs.OutputLogEvent
}
type MonitorTaskResultSet ¶
type MonitorTaskResultSet map[string]*MonitorTaskResult
func MonitorTasks ¶
func MonitorTasks(monitor_opts *MonitorTaskOptions, task_arns ...string) (MonitorTaskResultSet, error)
type TaskOptions ¶
type TaskResponse ¶
type TaskResponse struct {
Tasks []string
TaskOutput *aws_ecs.RunTaskOutput
}
func LaunchTask ¶
func LaunchTask(task_opts *TaskOptions, cmd ...string) (*TaskResponse, error)
Click to show internal directories.
Click to hide internal directories.