Class CustomerGatewayState
Inherited Members
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 SourceCustomerGatewayState()
Declaration
public CustomerGatewayState()
Properties
View SourceBgpAsn
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> |
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> |
Tags
Tags to apply to the gateway.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
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> |