Class GetTransitGatewayResult
Inheritance
System.Object
GetTransitGatewayResult
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 GetTransitGatewayResult
Fields
View SourceAmazonSideAsn
Private Autonomous System Number (ASN) for the Amazon side of a BGP session
Declaration
public readonly int AmazonSideAsn
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Arn
EC2 Transit Gateway Amazon Resource Name (ARN)
Declaration
public readonly string Arn
Field Value
| Type | Description |
|---|---|
| System.String |
AssociationDefaultRouteTableId
Identifier of the default association route table
Declaration
public readonly string AssociationDefaultRouteTableId
Field Value
| Type | Description |
|---|---|
| System.String |
AutoAcceptSharedAttachments
Whether resource attachment requests are automatically accepted.
Declaration
public readonly string AutoAcceptSharedAttachments
Field Value
| Type | Description |
|---|---|
| System.String |
DefaultRouteTableAssociation
Whether resource attachments are automatically associated with the default association route table.
Declaration
public readonly string DefaultRouteTableAssociation
Field Value
| Type | Description |
|---|---|
| System.String |
DefaultRouteTablePropagation
Whether resource attachments automatically propagate routes to the default propagation route table.
Declaration
public readonly string DefaultRouteTablePropagation
Field Value
| Type | Description |
|---|---|
| System.String |
Description
Description of the EC2 Transit Gateway
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
DnsSupport
Whether DNS support is enabled.
Declaration
public readonly string DnsSupport
Field Value
| Type | Description |
|---|---|
| System.String |
Filters
Declaration
public readonly ImmutableArray<GetTransitGatewayFilterResult> Filters
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetTransitGatewayFilterResult> |
Id
EC2 Transit Gateway identifier
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
OwnerId
Identifier of the AWS account that owns the EC2 Transit Gateway
Declaration
public readonly string OwnerId
Field Value
| Type | Description |
|---|---|
| System.String |
PropagationDefaultRouteTableId
Identifier of the default propagation route table.
Declaration
public readonly string PropagationDefaultRouteTableId
Field Value
| Type | Description |
|---|---|
| System.String |
Tags
Key-value tags for the EC2 Transit Gateway
Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
VpnEcmpSupport
Whether VPN Equal Cost Multipath Protocol support is enabled.
Declaration
public readonly string VpnEcmpSupport
Field Value
| Type | Description |
|---|---|
| System.String |