Class GetRouteTableRouteResult
Inheritance
System.Object
GetRouteTableRouteResult
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 GetRouteTableRouteResult
Fields
View SourceCidrBlock
The CIDR block of the route.
Declaration
public readonly string CidrBlock
Field Value
| Type | Description |
|---|---|
| System.String |
EgressOnlyGatewayId
The ID of the Egress Only Internet Gateway.
Declaration
public readonly string EgressOnlyGatewayId
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
InstanceId
The EC2 instance ID.
Declaration
public readonly string InstanceId
Field Value
| Type | Description |
|---|---|
| System.String |
Ipv6CidrBlock
The IPv6 CIDR block of the route.
Declaration
public readonly string Ipv6CidrBlock
Field Value
| Type | Description |
|---|---|
| System.String |
NatGatewayId
The NAT Gateway ID.
Declaration
public readonly string NatGatewayId
Field Value
| Type | Description |
|---|---|
| System.String |
NetworkInterfaceId
The ID of the elastic network interface (eni) to use.
Declaration
public readonly string NetworkInterfaceId
Field Value
| Type | Description |
|---|---|
| System.String |
TransitGatewayId
The EC2 Transit Gateway ID.
Declaration
public readonly string TransitGatewayId
Field Value
| Type | Description |
|---|---|
| System.String |
VpcPeeringConnectionId
The VPC Peering ID.
Declaration
public readonly string VpcPeeringConnectionId
Field Value
| Type | Description |
|---|---|
| System.String |