Class GetCustomerGatewayResult
Inheritance
System.Object
GetCustomerGatewayResult
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 GetCustomerGatewayResult
Fields
View SourceBgpAsn
(Optional) The gateway's Border Gateway Protocol (BGP) Autonomous System Number (ASN).
Declaration
public readonly int BgpAsn
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Filters
Declaration
public readonly ImmutableArray<GetCustomerGatewayFilterResult> Filters
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetCustomerGatewayFilterResult> |
Id
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
IpAddress
(Optional) The IP address of the gateway's Internet-routable external interface.
Declaration
public readonly string IpAddress
Field Value
| Type | Description |
|---|---|
| System.String |
Tags
Map of key-value pairs assigned to the gateway.
Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
Type
(Optional) The type of customer gateway. The only type AWS supports at this time is "ipsec.1".
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |