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 SourceGatewayId
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 |
Main
If the Association due to the Main Route Table.
Declaration
public readonly bool Main
Field Value
| Type | Description |
|---|---|
| System.Boolean |
RouteTableAssociationId
The Association ID.
Declaration
public readonly string RouteTableAssociationId
Field Value
| Type | Description |
|---|---|
| System.String |
RouteTableId
The id of the specific Route Table to retrieve.
Declaration
public readonly string RouteTableId
Field Value
| Type | Description |
|---|---|
| System.String |
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 |