Show / Hide Table of Contents

Class GetDirectConnectGatewayAttachmentArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetDirectConnectGatewayAttachmentArgs
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 GetDirectConnectGatewayAttachmentArgs : InvokeArgs

Constructors

View Source

GetDirectConnectGatewayAttachmentArgs()

Declaration
public GetDirectConnectGatewayAttachmentArgs()

Properties

View Source

DxGatewayId

Identifier of the Direct Connect Gateway.

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

Filters

Configuration block(s) for filtering. Detailed below.

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

Tags

A map of tags, each pair of which must exactly match a pair on the desired Transit Gateway Direct Connect Gateway 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
Back to top Copyright 2016-2020, Pulumi Corporation.