Documentation ¶
Index ¶
- func Confirm(label string)
- func ListFlowLogs(client aws.Client, flowLogType aws.FlowLogType) ec2.FlowLogs
- func ListInstances(client aws.Client, vpcId string) ec2.Instances
- func ListNatGateways(client aws.Client, vpcId string) ec2.NatGateways
- func ListSecurityGroups(client aws.Client, vpcId string) ec2.SecurityGroups
- func ListSubnets(client aws.Client, vpcId string) ec2.Subnets
- func ListVPCs(client aws.Client) ec2.VPCs
- func Select(label string, items []string) (int, string)
- func SelectFlowLog(flowLogs ec2.FlowLogs, confirm bool) ec2.FlowLog
- func SelectFlowLogs(flowLogs ec2.FlowLogs, confirm bool) ec2.FlowLogs
- func SelectInstances(instances ec2.Instances, confirm bool) ec2.Instances
- func SelectNatGateway(natGateways ec2.NatGateways, confirm bool) ec2.NatGateway
- func SelectSecurityGroup(sgs ec2.SecurityGroups, confirm bool) ec2.SecurityGroup
- func SelectSubnet(subnets ec2.Subnets, confirm bool) ec2.Subnet
- func SelectVPC(vpcs ec2.VPCs, confirm bool) ec2.VPC
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListFlowLogs ¶
func ListNatGateways ¶
func ListNatGateways(client aws.Client, vpcId string) ec2.NatGateways
func ListSecurityGroups ¶
func ListSecurityGroups(client aws.Client, vpcId string) ec2.SecurityGroups
func SelectNatGateway ¶
func SelectNatGateway(natGateways ec2.NatGateways, confirm bool) ec2.NatGateway
func SelectSecurityGroup ¶
func SelectSecurityGroup(sgs ec2.SecurityGroups, confirm bool) ec2.SecurityGroup
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.