Documentation ¶
Index ¶
- func ClientVpnAuthorizationRule(conn *ec2.EC2, endpointID, targetNetworkCidr, accessGroupID string) (*ec2.DescribeClientVpnAuthorizationRulesOutput, error)
- func ClientVpnAuthorizationRuleByID(conn *ec2.EC2, authorizationRuleID string) (*ec2.DescribeClientVpnAuthorizationRulesOutput, error)
- func ClientVpnRoute(conn *ec2.EC2, endpointID, targetSubnetID, destinationCidr string) (*ec2.DescribeClientVpnRoutesOutput, error)
- func ClientVpnRouteByID(conn *ec2.EC2, routeID string) (*ec2.DescribeClientVpnRoutesOutput, error)
- func SecurityGroupByID(conn *ec2.EC2, id string) (*ec2.SecurityGroup, error)
- func VpnGatewayByID(conn *ec2.EC2, id string) (*ec2.VpnGateway, error)
- func VpnGatewayVpcAttachment(conn *ec2.EC2, vpnGatewayID, vpcID string) (*ec2.VpcAttachment, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClientVpnRoute ¶
func ClientVpnRouteByID ¶
func SecurityGroupByID ¶
SecurityGroupByID looks up a security group by ID. When not found, returns nil and potentially an API error.
func VpnGatewayByID ¶
VpnGatewayByID returns the VPN gateway corresponding to the specified identifier. Returns nil and potentially an error if no VPN gateway is found.
func VpnGatewayVpcAttachment ¶
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.
Click to show internal directories.
Click to hide internal directories.