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 SourceDefaultAssociationRouteTable
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 |
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 |
Filters
Declaration
public readonly ImmutableArray<GetRouteTableFilterResult> Filters
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetRouteTableFilterResult> |
Id
EC2 Transit Gateway Route Table identifier
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
TransitGatewayId
EC2 Transit Gateway identifier
Declaration
public readonly string TransitGatewayId
Field Value
| Type | Description |
|---|---|
| System.String |