Show / Hide Table of Contents

Class CustomerGatewayState

Inheritance
System.Object
InputArgs
ResourceArgs
CustomerGatewayState
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 CustomerGatewayState : ResourceArgs

Constructors

View Source

CustomerGatewayState()

Declaration
public CustomerGatewayState()

Properties

View Source

BgpAsn

The gateway's Border Gateway Protocol (BGP) Autonomous System Number (ASN).

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

IpAddress

The IP address of the gateway's Internet-routable external interface.

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

Tags

Tags to apply to the gateway.

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

Type

The type of customer gateway. 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
Back to top Copyright 2016-2020, Pulumi Corporation.