Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsanalysis-analysisroutetableroute.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsanalysis-analysisroutetableroute.html#cfn-ec2-networkinsightsanalysis-analysisroutetableroute-destinationcidr

DestinationPrefixListId

The prefix of the AWS service.

string? DestinationPrefixListId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsanalysis-analysisroutetableroute.html#cfn-ec2-networkinsightsanalysis-analysisroutetableroute-destinationprefixlistid

EgressOnlyInternetGatewayId

The ID of an egress-only internet gateway.

string? EgressOnlyInternetGatewayId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsanalysis-analysisroutetableroute.html#cfn-ec2-networkinsightsanalysis-analysisroutetableroute-egressonlyinternetgatewayid

GatewayId

The ID of the gateway, such as an internet gateway or virtual private gateway.

string? GatewayId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsanalysis-analysisroutetableroute.html#cfn-ec2-networkinsightsanalysis-analysisroutetableroute-gatewayid

InstanceId

The ID of the instance, such as a NAT instance.

string? InstanceId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsanalysis-analysisroutetableroute.html#cfn-ec2-networkinsightsanalysis-analysisroutetableroute-instanceid

NatGatewayId

The ID of a NAT gateway.

string? NatGatewayId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsanalysis-analysisroutetableroute.html#cfn-ec2-networkinsightsanalysis-analysisroutetableroute-natgatewayid

NetworkInterfaceId

The ID of a network interface.

string? NetworkInterfaceId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsanalysis-analysisroutetableroute.html#cfn-ec2-networkinsightsanalysis-analysisroutetableroute-networkinterfaceid

Origin

Describes how the route was created. The following are the possible values:.

string? Origin { get; }
Property Value

string

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsanalysis-analysisroutetableroute.html#cfn-ec2-networkinsightsanalysis-analysisroutetableroute-origin

    State

    The state. The following are the possible values:.

    string? State { get; }
    Property Value

    string

    Remarks

      See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsanalysis-analysisroutetableroute.html#cfn-ec2-networkinsightsanalysis-analysisroutetableroute-state

      TransitGatewayId

      The ID of a transit gateway.

      string? TransitGatewayId { get; }
      Property Value

      string

      Remarks

      See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsanalysis-analysisroutetableroute.html#cfn-ec2-networkinsightsanalysis-analysisroutetableroute-transitgatewayid

      VpcPeeringConnectionId

      The ID of a VPC peering connection.

      string? VpcPeeringConnectionId { get; }
      Property Value

      string

      Remarks

      See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsanalysis-analysisroutetableroute.html#cfn-ec2-networkinsightsanalysis-analysisroutetableroute-vpcpeeringconnectionid

      Back to top Generated by DocFX