Interface CfnLocalGatewayRouteMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLocalGatewayRouteMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:19:58.539Z")
@Stability(Stable)
public interface CfnLocalGatewayRouteMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnLocalGatewayRoutePropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.ec2.*;
CfnLocalGatewayRouteMixinProps cfnLocalGatewayRouteMixinProps = CfnLocalGatewayRouteMixinProps.builder()
.destinationCidrBlock("destinationCidrBlock")
.localGatewayRouteTableId("localGatewayRouteTableId")
.localGatewayVirtualInterfaceGroupId("localGatewayVirtualInterfaceGroupId")
.networkInterfaceId("networkInterfaceId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnLocalGatewayRouteMixinPropsstatic final classAn implementation forCfnLocalGatewayRouteMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDestinationCidrBlock
The CIDR block used for destination matches.- See Also:
-
getLocalGatewayRouteTableId
The ID of the local gateway route table.- See Also:
-
getLocalGatewayVirtualInterfaceGroupId
The ID of the virtual interface group.- See Also:
-
getNetworkInterfaceId
The ID of the network interface.- See Also:
-
builder
-