Show / Hide Table of Contents

Class GetRouteTableAssociationResult

Inheritance
System.Object
GetRouteTableAssociationResult
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.Ec2.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetRouteTableAssociationResult

Fields

View Source

GatewayId

The id of an Internet Gateway or Virtual Private Gateway which is connected to the Route Table (not exported if not passed as a parameter).

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

Main

If the Association due to the Main Route Table.

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

RouteTableAssociationId

The Association ID.

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

RouteTableId

The id of the specific Route Table to retrieve.

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

SubnetId

The id of a Subnet which is connected to the Route Table (not exported if not passed as a parameter).

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