Documentation
¶
Index ¶
- Constants
- type SGS
- func (sgs *SGS) AuthorizeDescribedIngress(ctx context.Context, groupId, cidr, description string) error
- func (sgs *SGS) EnsureDescribedIngressRevoked(ctx context.Context, groupId, description string) error
- func (sgs *SGS) OpenSecurityGroup(ctx context.Context, groupId, description string) error
- func (sgs *SGS) PublicIpAsCidr() (string, error)
Constants ¶
View Source
const ( AwsUrl = "http://checkip.amazonaws.com" IpifyUrl = "https://api.ipify.org" DuplicateIngressErrorCode = "InvalidPermission.Duplicate" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SGS ¶
func NewSecurityGroupService ¶
func (*SGS) AuthorizeDescribedIngress ¶
func (*SGS) EnsureDescribedIngressRevoked ¶
func (*SGS) OpenSecurityGroup ¶
func (*SGS) PublicIpAsCidr ¶
Click to show internal directories.
Click to hide internal directories.