Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "0.0"
Functions ¶
This section is empty.
Types ¶
type LoadBalancerInfo ¶
type Properties ¶
type Properties struct { TaskDefinition *string `yaml:"TaskDefinition"` LoadBalancerInfo *LoadBalancerInfo `yaml:"LoadBalancerInfo"` PlatformVersion *string `yaml:"PlatformVersion"` NetworkConfiguration *ecs.NetworkConfiguration `yaml:"NetworkConfiguration"` }
type Resource ¶
type Resource struct {
TargetService *TargetService `yaml:"TargetService"`
}
type TargetService ¶
type TargetService struct { Type *string `yaml:"Type"` Properties *Properties `yaml:"Properties"` }
Click to show internal directories.
Click to hide internal directories.