finder

package
v0.0.0-...-4f69453 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 1, 2020 License: MPL-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ClientVpnAuthorizationRule

func ClientVpnAuthorizationRule(conn *ec2.EC2, endpointID, targetNetworkCidr, accessGroupID string) (*ec2.DescribeClientVpnAuthorizationRulesOutput, error)

func ClientVpnAuthorizationRuleByID

func ClientVpnAuthorizationRuleByID(conn *ec2.EC2, authorizationRuleID string) (*ec2.DescribeClientVpnAuthorizationRulesOutput, error)

func ClientVpnRoute

func ClientVpnRoute(conn *ec2.EC2, endpointID, targetSubnetID, destinationCidr string) (*ec2.DescribeClientVpnRoutesOutput, error)

func ClientVpnRouteByID

func ClientVpnRouteByID(conn *ec2.EC2, routeID string) (*ec2.DescribeClientVpnRoutesOutput, error)

func SecurityGroupByID

func SecurityGroupByID(conn *ec2.EC2, id string) (*ec2.SecurityGroup, error)

SecurityGroupByID looks up a security group by ID. When not found, returns nil and potentially an API error.

func VpnGatewayByID

func VpnGatewayByID(conn *ec2.EC2, id string) (*ec2.VpnGateway, error)

VpnGatewayByID returns the VPN gateway corresponding to the specified identifier. Returns nil and potentially an error if no VPN gateway is found.

func VpnGatewayVpcAttachment

func VpnGatewayVpcAttachment(conn *ec2.EC2, vpnGatewayID, vpcID string) (*ec2.VpcAttachment, error)

VpnGatewayVpcAttachment returns the attachment between the specified VPN gateway and VPC. Returns nil and potentially an error if no attachment is found.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL