AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes a route in a transit gateway route table.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.TransitGatewayRouteTableRoute

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public class TransitGatewayRouteTableRoute

The TransitGatewayRouteTableRoute type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AttachmentId System.String

Gets and sets the property AttachmentId.

The ID of the route attachment.

Public Property DestinationCidr System.String

Gets and sets the property DestinationCidr.

The CIDR block used for destination matches.

Public Property PrefixListId System.String

Gets and sets the property PrefixListId.

The ID of the prefix list.

Public Property ResourceId System.String

Gets and sets the property ResourceId.

The ID of the resource for the route attachment.

Public Property ResourceType System.String

Gets and sets the property ResourceType.

The resource type for the route attachment.

Public Property RouteOrigin System.String

Gets and sets the property RouteOrigin.

The route origin. The following are the possible values:

  • static

  • propagated

Public Property State System.String

Gets and sets the property State.

The state of the route.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5