Show / Hide Table of Contents

Interface ITransitGatewayBlackholeRouteProps

(experimental) Properties for a Transit Gateway Blackhole Route.

Inherited Members
IBaseTransitGatewayRouteProps.DestinationCidrBlock
IBaseTransitGatewayRouteProps.TransitGatewayRouteTable
IBaseTransitGatewayRouteProps.TransitGatewayRouteName
Namespace: Amazon.CDK.AWS.ec2.Alpha
Assembly: Amazon.CDK.AWS.ec2.Alpha.dll
Syntax (csharp)
public interface ITransitGatewayBlackholeRouteProps : IBaseTransitGatewayRouteProps
Syntax (vb)
Public Interface ITransitGatewayBlackholeRouteProps Inherits 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

Back to top Generated by DocFX