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
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
Remarks
DestinationCidr
The CIDR block used for destination matches.
string? DestinationCidr { get; }
Property Value
Remarks
PrefixListId
The ID of the prefix list.
string? PrefixListId { get; }
Property Value
Remarks
ResourceId
The ID of the resource for the route attachment.
string? ResourceId { get; }
Property Value
Remarks
ResourceType
The resource type for the route attachment.
string? ResourceType { get; }
Property Value
Remarks
RouteOrigin
The route origin. The following are the possible values:.
string? RouteOrigin { get; }
Property Value
Remarks
State
The state of the route.
string? State { get; }