Show / Hide Table of Contents

Class DefaultRouteTableRoute

Inheritance
System.Object
DefaultRouteTableRoute
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 DefaultRouteTableRoute

Fields

View Source

CidrBlock

The CIDR block of the route.

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

EgressOnlyGatewayId

Identifier of a VPC Egress Only Internet Gateway.

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

GatewayId

Identifier of a VPC internet gateway or a virtual private gateway.

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

InstanceId

Identifier of an EC2 instance.

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

Identifier of a VPC NAT gateway.

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

NetworkInterfaceId

Identifier of an EC2 network interface.

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

TransitGatewayId

Identifier of an EC2 Transit Gateway.

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

VpcPeeringConnectionId

Identifier of a VPC peering connection.

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