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 ITransitGatewayRouteTableRouteProperty
Syntax (vb)
Public Interface ITransitGatewayRouteTableRouteProperty
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 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.
virtual string AttachmentId { get; }
Property Value
System.String
Remarks
DestinationCidr
The CIDR block used for destination matches.
virtual string DestinationCidr { get; }
Property Value
System.String
Remarks
PrefixListId
The ID of the prefix list.
virtual string PrefixListId { get; }
Property Value
System.String
Remarks
ResourceId
The ID of the resource for the route attachment.
virtual string ResourceId { get; }
Property Value
System.String
Remarks
ResourceType
The resource type for the route attachment.
virtual string ResourceType { get; }
Property Value
System.String
Remarks
RouteOrigin
The route origin. The following are the possible values:.
virtual string RouteOrigin { get; }
Property Value
System.String
Remarks
State
The state of the route.
virtual string State { get; }
Property Value
System.String