Resource Type: ec2_vpc_vpn
- Defined in:
- lib/puppet/type/ec2_vpc_vpn.rb
- Providers:
-
v2
Overview
Type representing an AWS Virtual Private Networks.
Properties
-
customer_gateway
The customer gateway to attach to the VPN.
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
region
The region in which to launch the VPN.
-
routes
The list of routes for the VPN.
-
static_routes
(defaults to: true)
Whether or not to use static routes, defaults to true.
Supported values:- true
- false
-
tags
The tags for the VPN.
-
type
(defaults to: ipsec.1)
The type of VPN gateway, defaults to ipsec.1.
-
vpn_gateway
The VPN gateway to attach to the VPN.
Parameters
-
name (namevar)
The name of the VPN.
-
provider
The specific backend to use for this ‘ec2_vpc_vpn` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.