Interface CfnNetworkInsightsAnalysis.IAnalysisRouteTableRouteProperty
Describes a route table route.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAnalysisRouteTableRouteProperty
Syntax (vb)
Public Interface 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.
virtual string DestinationCidr { get; }
Property Value
System.String
Remarks
DestinationPrefixListId
The prefix of the AWS service.
virtual string DestinationPrefixListId { get; }
Property Value
System.String
Remarks
EgressOnlyInternetGatewayId
The ID of an egress-only internet gateway.
virtual string EgressOnlyInternetGatewayId { get; }
Property Value
System.String
Remarks
GatewayId
The ID of the gateway, such as an internet gateway or virtual private gateway.
virtual string GatewayId { get; }
Property Value
System.String
Remarks
InstanceId
The ID of the instance, such as a NAT instance.
virtual string InstanceId { get; }
Property Value
System.String
Remarks
NatGatewayId
The ID of a NAT gateway.
virtual string NatGatewayId { get; }
Property Value
System.String
Remarks
NetworkInterfaceId
The ID of a network interface.
virtual string NetworkInterfaceId { get; }
Property Value
System.String
Remarks
Origin
Describes how the route was created. The following are the possible values:.
virtual string Origin { get; }
Property Value
System.String
Remarks
State
The state. The following are the possible values:.
virtual string State { get; }
Property Value
System.String
Remarks
TransitGatewayId
The ID of a transit gateway.
virtual string TransitGatewayId { get; }
Property Value
System.String
Remarks
VpcPeeringConnectionId
The ID of a VPC peering connection.
virtual string VpcPeeringConnectionId { get; }
Property Value
System.String