Interface CfnNetworkInsightsAnalysis.IAnalysisRouteTableRouteProperty
Describes a route table route.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnNetworkInsightsAnalysis.IAnalysisRouteTableRouteProperty
Syntax (vb)
Public Interface CfnNetworkInsightsAnalysis.IAnalysisRouteTableRouteProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.EC2;
var analysisRouteTableRouteProperty = new AnalysisRouteTableRouteProperty {
DestinationCidr = "destinationCidr",
DestinationPrefixListId = "destinationPrefixListId",
EgressOnlyInternetGatewayId = "egressOnlyInternetGatewayId",
GatewayId = "gatewayId",
InstanceId = "instanceId",
NatGatewayId = "natGatewayId",
NetworkInterfaceId = "networkInterfaceId",
Origin = "origin",
State = "state",
TransitGatewayId = "transitGatewayId",
VpcPeeringConnectionId = "vpcPeeringConnectionId"
};
Synopsis
Properties
| DestinationCidr | The destination IPv4 address, in CIDR notation. |
| DestinationPrefixListId | The prefix of the AWS service. |
| EgressOnlyInternetGatewayId | The ID of an egress-only internet gateway. |
| GatewayId | The ID of the gateway, such as an internet gateway or virtual private gateway. |
| InstanceId | The ID of the instance, such as a NAT instance. |
| NatGatewayId | The ID of a NAT gateway. |
| NetworkInterfaceId | The ID of a network interface. |
| Origin | Describes how the route was created. The following are the possible values:. |
| State | The state. The following are the possible values:. |
| TransitGatewayId | The ID of a transit gateway. |
| VpcPeeringConnectionId | The ID of a VPC peering connection. |
Properties
DestinationCidr
The destination IPv4 address, in CIDR notation.
string? DestinationCidr { get; }
Property Value
Remarks
DestinationPrefixListId
The prefix of the AWS service.
string? DestinationPrefixListId { get; }
Property Value
Remarks
EgressOnlyInternetGatewayId
The ID of an egress-only internet gateway.
string? EgressOnlyInternetGatewayId { get; }
Property Value
Remarks
GatewayId
The ID of the gateway, such as an internet gateway or virtual private gateway.
string? GatewayId { get; }
Property Value
Remarks
InstanceId
The ID of the instance, such as a NAT instance.
string? InstanceId { get; }
Property Value
Remarks
NatGatewayId
The ID of a NAT gateway.
string? NatGatewayId { get; }
Property Value
Remarks
NetworkInterfaceId
The ID of a network interface.
string? NetworkInterfaceId { get; }
Property Value
Remarks
Origin
Describes how the route was created. The following are the possible values:.
string? Origin { get; }
Property Value
Remarks
State
The state. The following are the possible values:.
string? State { get; }
Property Value
Remarks
TransitGatewayId
The ID of a transit gateway.
string? TransitGatewayId { get; }
Property Value
Remarks
VpcPeeringConnectionId
The ID of a VPC peering connection.
string? VpcPeeringConnectionId { get; }