Show / Hide Table of Contents

Class VpnConnectionState

Inheritance
System.Object
InputArgs
ResourceArgs
VpnConnectionState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Ec2
Assembly: Pulumi.Aws.dll
Syntax
public sealed class VpnConnectionState : ResourceArgs

Constructors

View Source

VpnConnectionState()

Declaration
public VpnConnectionState()

Properties

View Source

CustomerGatewayConfiguration

The configuration information for the VPN connection's customer gateway (in the native XML format).

Declaration
public Input<string> CustomerGatewayConfiguration { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CustomerGatewayId

The ID of the customer gateway.

Declaration
public Input<string> CustomerGatewayId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Routes

Declaration
public InputList<VpnConnectionRouteGetArgs> Routes { get; set; }
Property Value
Type Description
InputList<VpnConnectionRouteGetArgs>
View Source

StaticRoutesOnly

Whether the VPN connection uses static routes exclusively. Static routes must be used for devices that don't support BGP.

Declaration
public Input<bool> StaticRoutesOnly { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Tags

Tags to apply to the connection.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

TransitGatewayAttachmentId

When associated with an EC2 Transit Gateway (transit_gateway_id argument), the attachment ID.

Declaration
public Input<string> TransitGatewayAttachmentId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

TransitGatewayId

The ID of the EC2 Transit Gateway.

Declaration
public Input<string> TransitGatewayId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tunnel1Address

The public IP address of the first VPN tunnel.

Declaration
public Input<string> Tunnel1Address { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tunnel1BgpAsn

The bgp asn number of the first VPN tunnel.

Declaration
public Input<string> Tunnel1BgpAsn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tunnel1BgpHoldtime

The bgp holdtime of the first VPN tunnel.

Declaration
public Input<int> Tunnel1BgpHoldtime { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Tunnel1CgwInsideAddress

The RFC 6890 link-local address of the first VPN tunnel (Customer Gateway Side).

Declaration
public Input<string> Tunnel1CgwInsideAddress { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tunnel1InsideCidr

The CIDR block of the inside IP addresses for the first VPN tunnel.

Declaration
public Input<string> Tunnel1InsideCidr { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tunnel1PresharedKey

The preshared key of the first VPN tunnel.

Declaration
public Input<string> Tunnel1PresharedKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tunnel1VgwInsideAddress

The RFC 6890 link-local address of the first VPN tunnel (VPN Gateway Side).

Declaration
public Input<string> Tunnel1VgwInsideAddress { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tunnel2Address

The public IP address of the second VPN tunnel.

Declaration
public Input<string> Tunnel2Address { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tunnel2BgpAsn

The bgp asn number of the second VPN tunnel.

Declaration
public Input<string> Tunnel2BgpAsn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tunnel2BgpHoldtime

The bgp holdtime of the second VPN tunnel.

Declaration
public Input<int> Tunnel2BgpHoldtime { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Tunnel2CgwInsideAddress

The RFC 6890 link-local address of the second VPN tunnel (Customer Gateway Side).

Declaration
public Input<string> Tunnel2CgwInsideAddress { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tunnel2InsideCidr

The CIDR block of the inside IP addresses for the second VPN tunnel.

Declaration
public Input<string> Tunnel2InsideCidr { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tunnel2PresharedKey

The preshared key of the second VPN tunnel.

Declaration
public Input<string> Tunnel2PresharedKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tunnel2VgwInsideAddress

The RFC 6890 link-local address of the second VPN tunnel (VPN Gateway Side).

Declaration
public Input<string> Tunnel2VgwInsideAddress { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Type

The type of VPN connection. The only type AWS supports at this time is "ipsec.1".

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
View Source

VgwTelemetries

Declaration
public InputList<VpnConnectionVgwTelemetryGetArgs> VgwTelemetries { get; set; }
Property Value
Type Description
InputList<VpnConnectionVgwTelemetryGetArgs>
View Source

VpnGatewayId

The ID of the Virtual Private Gateway.

Declaration
public Input<string> VpnGatewayId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.