Show / Hide Table of Contents

Class GetVpnAttachmentArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetVpnAttachmentArgs
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.Ec2TransitGateway
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetVpnAttachmentArgs : InvokeArgs

Constructors

View Source

GetVpnAttachmentArgs()

Declaration
public GetVpnAttachmentArgs()

Properties

View Source

Filters

Configuration block(s) for filtering. Detailed below.

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

Tags

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

Declaration
public Dictionary<string, object> Tags { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>
View Source

TransitGatewayId

Identifier of the EC2 Transit Gateway.

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

VpnConnectionId

Identifier of the EC2 VPN Connection.

Declaration
public string VpnConnectionId { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.