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(vpcLatticeClient *aws.VPCLatticeClient) *Getter
func (*Getter) GetAllTargetGroups ¶
func (g *Getter) GetAllTargetGroups() ([]*vpclattice.GetTargetGroupOutput, error)
func (*Getter) GetTargetGroupById ¶
func (g *Getter) GetTargetGroupById(id string) (*vpclattice.GetTargetGroupOutput, error)
type TargetGroupPrinter ¶
type TargetGroupPrinter struct {
// contains filtered or unexported fields
}
func NewPrinter ¶
func NewPrinter(targetGroups []*vpclattice.GetTargetGroupOutput) *TargetGroupPrinter
func (*TargetGroupPrinter) PrintJSON ¶
func (p *TargetGroupPrinter) PrintJSON(writer io.Writer) error
func (*TargetGroupPrinter) PrintTable ¶
func (p *TargetGroupPrinter) PrintTable(writer io.Writer) error
Click to show internal directories.
Click to hide internal directories.