Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct {
// Version indicates if the version information should be printed
Version *bool
// LogLevel represents the ECS Agent's log level
LogLevel *string
// AcceptInsecureCert indicates if SSL certificate verification
// should be disabled
AcceptInsecureCert *bool
// License indicates if the license information should be printed
License *bool
// BlackholeEC2Metadata indicates if EC2 Metadata requests should be
// blackholed
BlackholeEC2Metadata *bool
// ECSAttributes indicates that the agent should print its attributes
ECSAttributes *bool
// WindowsService indicates that the agent should run as a Windows service
WindowsService *bool
// Healthcheck indicates that agent should run healthcheck
Healthcheck *bool
}
Args wraps various ECS Agent arguments
Click to show internal directories.
Click to hide internal directories.