Show / Hide Table of Contents

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 Source

BgpAsn

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

Declaration
public readonly int BgpAsn
Field Value
Type Description
System.Int32
View Source

Filters

Declaration
public readonly ImmutableArray<GetCustomerGatewayFilterResult> Filters
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetCustomerGatewayFilterResult>
View Source

Id

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

IpAddress

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

Declaration
public readonly string IpAddress
Field Value
Type Description
System.String
View Source

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>
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.