Documentation ¶
Index ¶
- Variables
- func Wait(id string, e2 *ec2.Client) (err error)
- type Group
- func (g Group) AddLoadbalancerAuthorization(loadbalancerId string, port int, e2 *ec2.Client) (err error)
- func (g Group) OpenSSH(user string, ip string, e2 *ec2.Client) (err error)
- func (g *Group) Revoke(id string, e2 *ec2.Client) (err error)
- func (g *Group) Rules(e2 *ec2.Client) (rules []Rule, err error)
- type Rule
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoSecurityGroupRulesFound = fmt.Errorf("no security group rules found")
View Source
var ErrNoSecurityGroupsFound = fmt.Errorf("no security groups found")
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.