Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TargetGroup ¶
type TargetGroup struct { ProjectNameTag *string ConfigNameTag *string ServiceNameTag *string AllowedServiceTag *string TargetGroupArn *string TargetGroupName *string SlowStartDuration int }
TargetGroup struct
func FindAll ¶
func FindAll(albc aws.ALBAPI, names []*string) ([]*TargetGroup, error)
FindAll returns all target groups in a list
func (*TargetGroup) AllowedService ¶
func (s *TargetGroup) AllowedService() *string
AllowedService returns which service is allowed to attach to it
func (*TargetGroup) ProjectName ¶
func (s *TargetGroup) ProjectName() *string
ProjectName returns tag
func (*TargetGroup) ServiceName ¶
func (s *TargetGroup) ServiceName() *string
ServiceName returns tag
Click to show internal directories.
Click to hide internal directories.