Interface ITransitGatewayRouteTable.Jsii$Default

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default, IResource, IResource.Jsii$Default, IRouteTable, IRouteTable.Jsii$Default, ITransitGatewayRouteTable, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
ITransitGatewayRouteTable.Jsii$Proxy
Enclosing interface:
ITransitGatewayRouteTable

@Internal public static interface ITransitGatewayRouteTable.Jsii$Default extends ITransitGatewayRouteTable, IResource.Jsii$Default, IRouteTable.Jsii$Default
Internal default implementation for ITransitGatewayRouteTable.
  • Method Details

    • getNode

      @Stability(Stable) @NotNull default software.constructs.Node getNode()
      The tree node.
      Specified by:
      getNode in interface software.constructs.IConstruct
      Specified by:
      getNode in interface software.constructs.IConstruct.Jsii$Default
      Specified by:
      getNode in interface IResource.Jsii$Default
    • getEnv

      @Stability(Stable) @NotNull default ResourceEnvironment getEnv()
      The environment this resource belongs to.

      For resources that are created and managed by the CDK (generally, those created by creating new class instances like Role, Bucket, etc.), this is always the same as the environment of the stack they belong to; however, for imported resources (those obtained from static methods like fromRoleArn, fromBucketName, etc.), that might be different than the stack they were imported into.

      Specified by:
      getEnv in interface IResource
      Specified by:
      getEnv in interface IResource.Jsii$Default
    • getStack

      @Stability(Stable) @NotNull default Stack getStack()
      The stack in which this resource is defined.
      Specified by:
      getStack in interface IResource
      Specified by:
      getStack in interface IResource.Jsii$Default
    • getRouteTableId

      @Stability(Stable) @NotNull default String getRouteTableId()
      Route table ID.
      Specified by:
      getRouteTableId in interface IRouteTable
      Specified by:
      getRouteTableId in interface IRouteTable.Jsii$Default
    • applyRemovalPolicy

      @Stability(Stable) default void applyRemovalPolicy(@NotNull RemovalPolicy policy)
      Apply the given removal policy to this resource.

      The Removal Policy controls what happens to this resource when it stops being managed by CloudFormation, either because you've removed it from the CDK application or because you've made a change that requires the resource to be replaced.

      The resource can be deleted (RemovalPolicy.DESTROY), or left in your AWS account for data recovery and cleanup later (RemovalPolicy.RETAIN).

      Specified by:
      applyRemovalPolicy in interface IResource
      Specified by:
      applyRemovalPolicy in interface IResource.Jsii$Default
      Parameters:
      policy - This parameter is required.
    • addAssociation

      @Stability(Experimental) @NotNull default ITransitGatewayRouteTableAssociation addAssociation(@NotNull String id, @NotNull ITransitGatewayAttachment transitGatewayAttachment)
      (experimental) Associate the provided Attachments with this route table.

      Specified by:
      addAssociation in interface ITransitGatewayRouteTable
      Parameters:
      id - This parameter is required.
      transitGatewayAttachment - This parameter is required.
      Returns:
      ITransitGatewayRouteTableAssociation
    • addBlackholeRoute

      @Stability(Experimental) @NotNull default ITransitGatewayRoute addBlackholeRoute(@NotNull String id, @NotNull String destinationCidr)
      (experimental) Add a blackhole route to this route table.

      Specified by:
      addBlackholeRoute in interface ITransitGatewayRouteTable
      Parameters:
      id - This parameter is required.
      destinationCidr - This parameter is required.
      Returns:
      ITransitGatewayRoute
    • addRoute

      @Stability(Experimental) @NotNull default ITransitGatewayRoute addRoute(@NotNull String id, @NotNull ITransitGatewayAttachment transitGatewayAttachment, @NotNull String destinationCidr)
      (experimental) Add an active route to this route table.

      Specified by:
      addRoute in interface ITransitGatewayRouteTable
      Parameters:
      id - This parameter is required.
      transitGatewayAttachment - This parameter is required.
      destinationCidr - This parameter is required.
      Returns:
      ITransitGatewayRoute
    • enablePropagation

      @Stability(Experimental) @NotNull default ITransitGatewayRouteTablePropagation enablePropagation(@NotNull String id, @NotNull ITransitGatewayAttachment transitGatewayAttachment)
      (experimental) Enable propagation from the provided Attachments to this route table.

      Specified by:
      enablePropagation in interface ITransitGatewayRouteTable
      Parameters:
      id - This parameter is required.
      transitGatewayAttachment - This parameter is required.
      Returns:
      ITransitGatewayRouteTablePropagation