Show / Hide Table of Contents

Class GetRouteArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetRouteArgs
Inherited Members
InvokeArgs.Empty
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetRouteArgs : InvokeArgs

Constructors

View Source

GetRouteArgs()

Declaration
public GetRouteArgs()

Properties

View Source

DestinationCidrBlock

The CIDR block of the Route belonging to the Route Table.

Declaration
public string DestinationCidrBlock { get; set; }
Property Value
Type Description
System.String
View Source

DestinationIpv6CidrBlock

The IPv6 CIDR block of the Route belonging to the Route Table.

Declaration
public string DestinationIpv6CidrBlock { get; set; }
Property Value
Type Description
System.String
View Source

EgressOnlyGatewayId

The Egress Only Gateway ID of the Route belonging to the Route Table.

Declaration
public string EgressOnlyGatewayId { get; set; }
Property Value
Type Description
System.String
View Source

GatewayId

The Gateway ID of the Route belonging to the Route Table.

Declaration
public string GatewayId { get; set; }
Property Value
Type Description
System.String
View Source

InstanceId

The Instance ID of the Route belonging to the Route Table.

Declaration
public string InstanceId { get; set; }
Property Value
Type Description
System.String
View Source

NatGatewayId

The NAT Gateway ID of the Route belonging to the Route Table.

Declaration
public string NatGatewayId { get; set; }
Property Value
Type Description
System.String
View Source

NetworkInterfaceId

The Network Interface ID of the Route belonging to the Route Table.

Declaration
public string NetworkInterfaceId { get; set; }
Property Value
Type Description
System.String
View Source

RouteTableId

The id of the specific Route Table containing the Route entry.

Declaration
public string RouteTableId { get; set; }
Property Value
Type Description
System.String
View Source

TransitGatewayId

The EC2 Transit Gateway ID of the Route belonging to the Route Table.

Declaration
public string TransitGatewayId { get; set; }
Property Value
Type Description
System.String
View Source

VpcPeeringConnectionId

The VPC Peering Connection ID of the Route belonging to the Route Table.

Declaration
public string VpcPeeringConnectionId { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.