Show / Hide Table of Contents

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 Source

CidrBlock

The CIDR block of the route.

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

EgressOnlyGatewayId

The ID of the Egress Only Internet Gateway.

Declaration
public readonly string EgressOnlyGatewayId
Field Value
Type Description
System.String
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

InstanceId

The EC2 instance ID.

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

Ipv6CidrBlock

The IPv6 CIDR block of the route.

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

NatGatewayId

The NAT Gateway ID.

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

NetworkInterfaceId

The ID of the elastic network interface (eni) to use.

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

TransitGatewayId

The EC2 Transit Gateway ID.

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

VpcPeeringConnectionId

The VPC Peering ID.

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