Documentation ¶
Index ¶
- type EC2
- func (e EC2) AuthorizeSecurityGroupIngress(ctx context.Context, groupID, cidr, protocol string, port int64) (*ec2.AuthorizeSecurityGroupIngressOutput, error)
- func (e EC2) CreateSecurityGroup(ctx context.Context, groupName, description, vpcID string) (*ec2.CreateSecurityGroupOutput, error)
- func (e EC2) DeleteSecurityGroup(ctx context.Context, groupID string) (*ec2.DeleteSecurityGroupOutput, error)
- func (e EC2) DescribeDefaultVpc(ctx context.Context) (*ec2.DescribeVpcsOutput, error)
- func (e EC2) DescribeSecurityGroup(ctx context.Context, groupName string) (*ec2.DescribeSecurityGroupsOutput, error)
- func (e EC2) DescribeSubnets(ctx context.Context, vpcID string) (*ec2.DescribeSubnetsOutput, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EC2 ¶
EC2 is a wrapper around ec2.EC2 structs
func (EC2) AuthorizeSecurityGroupIngress ¶
func (EC2) CreateSecurityGroup ¶
func (EC2) DeleteSecurityGroup ¶
func (EC2) DescribeDefaultVpc ¶
func (EC2) DescribeSecurityGroup ¶
func (EC2) DescribeSubnets ¶
Click to show internal directories.
Click to hide internal directories.