Show / Hide Table of Contents

Interface CfnNetworkInsightsAnalysis.ITransitGatewayRouteTableRouteProperty

Describes a route in a transit gateway route table.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnNetworkInsightsAnalysis.ITransitGatewayRouteTableRouteProperty
Syntax (vb)
Public Interface CfnNetworkInsightsAnalysis.ITransitGatewayRouteTableRouteProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsanalysis-transitgatewayroutetableroute.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 transitGatewayRouteTableRouteProperty = new TransitGatewayRouteTableRouteProperty {
                 AttachmentId = "attachmentId",
                 DestinationCidr = "destinationCidr",
                 PrefixListId = "prefixListId",
                 ResourceId = "resourceId",
                 ResourceType = "resourceType",
                 RouteOrigin = "routeOrigin",
                 State = "state"
             };

Synopsis

Properties

AttachmentId

The ID of the route attachment.

DestinationCidr

The CIDR block used for destination matches.

PrefixListId

The ID of the prefix list.

ResourceId

The ID of the resource for the route attachment.

ResourceType

The resource type for the route attachment.

RouteOrigin

The route origin. The following are the possible values:.

State

The state of the route.

Properties

AttachmentId

The ID of the route attachment.

string? AttachmentId { get; }
Property Value

string

Remarks

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

DestinationCidr

The CIDR block used for destination matches.

string? DestinationCidr { get; }
Property Value

string

Remarks

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

PrefixListId

The ID of the prefix list.

string? PrefixListId { get; }
Property Value

string

Remarks

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

ResourceId

The ID of the resource for the route attachment.

string? ResourceId { get; }
Property Value

string

Remarks

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

ResourceType

The resource type for the route attachment.

string? ResourceType { get; }
Property Value

string

Remarks

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

RouteOrigin

The route origin. The following are the possible values:.

string? RouteOrigin { get; }
Property Value

string

Remarks

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

    State

    The state of the route.

    string? State { get; }
    Property Value

    string

    Remarks

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

    Back to top Generated by DocFX