Class TransitGatewayBlackholeRouteProps
(experimental) Properties for a Transit Gateway Blackhole Route.
Inheritance
Namespace: Amazon.CDK.AWS.ec2.Alpha
Assembly: Amazon.CDK.AWS.ec2.Alpha.dll
Syntax (csharp)
public class TransitGatewayBlackholeRouteProps : Object, ITransitGatewayBlackholeRouteProps, IBaseTransitGatewayRouteProps
Syntax (vb)
Public Class TransitGatewayBlackholeRouteProps
Inherits Object
Implements ITransitGatewayBlackholeRouteProps, IBaseTransitGatewayRouteProps
Remarks
Stability: Experimental
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.Alpha;
TransitGatewayRouteTable transitGatewayRouteTable;
var transitGatewayBlackholeRouteProps = new TransitGatewayBlackholeRouteProps {
DestinationCidrBlock = "destinationCidrBlock",
TransitGatewayRouteTable = transitGatewayRouteTable,
// the properties below are optional
TransitGatewayRouteName = "transitGatewayRouteName"
};
Synopsis
Constructors
Transit |
Properties
Destination |
(experimental) The destination CIDR block for this route. |
Transit |
(experimental) Physical name of this Transit Gateway Route. |
Transit |
(experimental) The transit gateway route table you want to install this route into. |
Constructors
TransitGatewayBlackholeRouteProps()
public TransitGatewayBlackholeRouteProps()
Properties
DestinationCidrBlock
(experimental) The destination CIDR block for this route.
public string DestinationCidrBlock { get; set; }
Property Value
System.
Remarks
Destination Cidr cannot overlap for static routes but is allowed for propagated routes. When overlapping occurs, static routes take precedence over propagated routes.
Stability: Experimental
TransitGatewayRouteName
(experimental) Physical name of this Transit Gateway Route.
public string TransitGatewayRouteName { get; set; }
Property Value
System.
Remarks
Default: - Assigned by CloudFormation.
Stability: Experimental
TransitGatewayRouteTable
(experimental) The transit gateway route table you want to install this route into.
public ITransitGatewayRouteTable TransitGatewayRouteTable { get; set; }
Property Value
Remarks
Stability: Experimental