Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewResource ¶
Types ¶
type Getter ¶
type Getter struct {
// contains filtered or unexported fields
}
func NewGetter ¶
func NewGetter(elbClientv2 *aws.Elasticloadbalancingv2Client) *Getter
type TargetHealthOptions ¶
type TargetHealthOptions struct { resource.CommonOptions TargetGroupName string }
type TargetHealthPrinter ¶
type TargetHealthPrinter struct {
// contains filtered or unexported fields
}
func NewPrinter ¶
func NewPrinter(targets []types.TargetHealthDescription) *TargetHealthPrinter
func (*TargetHealthPrinter) PrintJSON ¶
func (p *TargetHealthPrinter) PrintJSON(writer io.Writer) error
func (*TargetHealthPrinter) PrintTable ¶
func (p *TargetHealthPrinter) PrintTable(writer io.Writer) error
Click to show internal directories.
Click to hide internal directories.