Show / Hide Table of Contents

Class GetRouteTableResult

Inheritance
System.Object
GetRouteTableResult
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 GetRouteTableResult

Fields

View Source

DefaultAssociationRouteTable

Boolean whether this is the default association route table for the EC2 Transit Gateway

Declaration
public readonly bool DefaultAssociationRouteTable
Field Value
Type Description
System.Boolean
View Source

DefaultPropagationRouteTable

Boolean whether this is the default propagation route table for the EC2 Transit Gateway

Declaration
public readonly bool DefaultPropagationRouteTable
Field Value
Type Description
System.Boolean
View Source

Filters

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

Id

EC2 Transit Gateway Route Table identifier

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

Tags

Key-value tags for the EC2 Transit Gateway Route Table

Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

TransitGatewayId

EC2 Transit Gateway identifier

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