Show / Hide Table of Contents

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 Source

AmazonSideAsn

Private Autonomous System Number (ASN) for the Amazon side of a BGP session

Declaration
public readonly int AmazonSideAsn
Field Value
Type Description
System.Int32
View Source

Arn

EC2 Transit Gateway Amazon Resource Name (ARN)

Declaration
public readonly string Arn
Field Value
Type Description
System.String
View Source

AssociationDefaultRouteTableId

Identifier of the default association route table

Declaration
public readonly string AssociationDefaultRouteTableId
Field Value
Type Description
System.String
View Source

AutoAcceptSharedAttachments

Whether resource attachment requests are automatically accepted.

Declaration
public readonly string AutoAcceptSharedAttachments
Field Value
Type Description
System.String
View Source

DefaultRouteTableAssociation

Whether resource attachments are automatically associated with the default association route table.

Declaration
public readonly string DefaultRouteTableAssociation
Field Value
Type Description
System.String
View Source

DefaultRouteTablePropagation

Whether resource attachments automatically propagate routes to the default propagation route table.

Declaration
public readonly string DefaultRouteTablePropagation
Field Value
Type Description
System.String
View Source

Description

Description of the EC2 Transit Gateway

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

DnsSupport

Whether DNS support is enabled.

Declaration
public readonly string DnsSupport
Field Value
Type Description
System.String
View Source

Filters

Declaration
public readonly ImmutableArray<GetTransitGatewayFilterResult> Filters
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetTransitGatewayFilterResult>
View Source

Id

EC2 Transit Gateway identifier

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

OwnerId

Identifier of the AWS account that owns the EC2 Transit Gateway

Declaration
public readonly string OwnerId
Field Value
Type Description
System.String
View Source

PropagationDefaultRouteTableId

Identifier of the default propagation route table.

Declaration
public readonly string PropagationDefaultRouteTableId
Field Value
Type Description
System.String
View Source

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>
View Source

VpnEcmpSupport

Whether VPN Equal Cost Multipath Protocol support is enabled.

Declaration
public readonly string VpnEcmpSupport
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.