Class GetRouteArgs
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetRouteArgs : InvokeArgs
Constructors
View SourceGetRouteArgs()
Declaration
public GetRouteArgs()
Properties
View SourceDestinationCidrBlock
The CIDR block of the Route belonging to the Route Table.
Declaration
public string DestinationCidrBlock { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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 |
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 |
GatewayId
The Gateway ID of the Route belonging to the Route Table.
Declaration
public string GatewayId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
InstanceId
The Instance ID of the Route belonging to the Route Table.
Declaration
public string InstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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 |
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 |
RouteTableId
The id of the specific Route Table containing the Route entry.
Declaration
public string RouteTableId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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 |
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 |