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 SourceCidrBlock
The CIDR block of the route.
Declaration
public readonly string CidrBlock
Field Value
Type | Description |
---|---|
System.String |
EgressOnlyGatewayId
Identifier of a VPC Egress Only Internet Gateway.
Declaration
public readonly string EgressOnlyGatewayId
Field Value
Type | Description |
---|---|
System.String |
GatewayId
Identifier of a VPC internet gateway or a virtual private gateway.
Declaration
public readonly string GatewayId
Field Value
Type | Description |
---|---|
System.String |
InstanceId
Identifier of an EC2 instance.
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
Identifier of a VPC NAT gateway.
Declaration
public readonly string NatGatewayId
Field Value
Type | Description |
---|---|
System.String |
NetworkInterfaceId
Identifier of an EC2 network interface.
Declaration
public readonly string NetworkInterfaceId
Field Value
Type | Description |
---|---|
System.String |
TransitGatewayId
Identifier of an EC2 Transit Gateway.
Declaration
public readonly string TransitGatewayId
Field Value
Type | Description |
---|---|
System.String |
VpcPeeringConnectionId
Identifier of a VPC peering connection.
Declaration
public readonly string VpcPeeringConnectionId
Field Value
Type | Description |
---|---|
System.String |