Show / Hide Table of Contents

Class GetVpnGatewayArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetVpnGatewayArgs
Inherited Members
InvokeArgs.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 GetVpnGatewayArgs : InvokeArgs

Constructors

View Source

GetVpnGatewayArgs()

Declaration
public GetVpnGatewayArgs()

Properties

View Source

AmazonSideAsn

The Autonomous System Number (ASN) for the Amazon side of the specific VPN Gateway to retrieve.

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

AttachedVpcId

The ID of a VPC attached to the specific VPN Gateway to retrieve.

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

AvailabilityZone

The Availability Zone of the specific VPN Gateway to retrieve.

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

Filters

Custom filter block as described below.

Declaration
public List<GetVpnGatewayFilterArgs> Filters { get; set; }
Property Value
Type Description
System.Collections.Generic.List<GetVpnGatewayFilterArgs>
View Source

Id

The ID of the specific VPN Gateway to retrieve.

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

State

The state of the specific VPN Gateway to retrieve.

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

Tags

A map of tags, each pair of which must exactly match a pair on the desired VPN Gateway.

Declaration
public Dictionary<string, object> Tags { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.