Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecurityGroup ¶
type SecurityGroup struct { NameTag *string ProjectNameTag *string ConfigNameTag *string ServiceNameTag *string GroupID *string }
SecurityGroup struct
func Find ¶
func Find(ec2Client aws.EC2API, nameTags []*string) ([]*SecurityGroup, error)
Find returns the security groups with tags
func (*SecurityGroup) ConfigName ¶
func (s *SecurityGroup) ConfigName() *string
ConfigName returns tag
func (*SecurityGroup) Name ¶
func (s *SecurityGroup) Name() *string
func (*SecurityGroup) ProjectName ¶
func (s *SecurityGroup) ProjectName() *string
ProjectName returns tag
func (*SecurityGroup) ServiceName ¶
func (s *SecurityGroup) ServiceName() *string
ServiceName returns tag
Click to show internal directories.
Click to hide internal directories.