Class GetDirectConnectGatewayAttachmentArgs
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.Ec2TransitGateway
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetDirectConnectGatewayAttachmentArgs : InvokeArgs
Constructors
View SourceGetDirectConnectGatewayAttachmentArgs()
Declaration
public GetDirectConnectGatewayAttachmentArgs()
Properties
View SourceDxGatewayId
Identifier of the Direct Connect Gateway.
Declaration
public string DxGatewayId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Filters
Configuration block(s) for filtering. Detailed below.
Declaration
public List<GetDirectConnectGatewayAttachmentFilterArgs> Filters { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<GetDirectConnectGatewayAttachmentFilterArgs> |
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> |
TransitGatewayId
Identifier of the EC2 Transit Gateway.
Declaration
public string TransitGatewayId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |