Interface CfnLocalGatewayRouteProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnLocalGatewayRouteProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:38.772Z") @Stability(Stable) public interface CfnLocalGatewayRouteProps extends software.amazon.jsii.JsiiSerializable
Properties for defining a CfnLocalGatewayRoute.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.ec2.*;
 CfnLocalGatewayRouteProps cfnLocalGatewayRouteProps = CfnLocalGatewayRouteProps.builder()
         .destinationCidrBlock("destinationCidrBlock")
         .localGatewayRouteTableId("localGatewayRouteTableId")
         // the properties below are optional
         .localGatewayVirtualInterfaceGroupId("localGatewayVirtualInterfaceGroupId")
         .networkInterfaceId("networkInterfaceId")
         .build();
 
  • Method Details

    • getDestinationCidrBlock

      @Stability(Stable) @NotNull String getDestinationCidrBlock()
      The CIDR block used for destination matches.
    • getLocalGatewayRouteTableId

      @Stability(Stable) @NotNull String getLocalGatewayRouteTableId()
      The ID of the local gateway route table.
    • getLocalGatewayVirtualInterfaceGroupId

      @Stability(Stable) @Nullable default String getLocalGatewayVirtualInterfaceGroupId()
      The ID of the virtual interface group.
    • getNetworkInterfaceId

      @Stability(Stable) @Nullable default String getNetworkInterfaceId()
      The ID of the network interface.
    • builder

      @Stability(Stable) static CfnLocalGatewayRouteProps.Builder builder()
      Returns:
      a CfnLocalGatewayRouteProps.Builder of CfnLocalGatewayRouteProps