Interface CfnIpPoolRouteTableAssociationMixinProps

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

@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)", date="2026-07-22T17:37:41.482Z") @Stability(Stable) public interface CfnIpPoolRouteTableAssociationMixinProps extends software.amazon.jsii.JsiiSerializable
Properties for CfnIpPoolRouteTableAssociationPropsMixin.

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.*;
 CfnIpPoolRouteTableAssociationMixinProps cfnIpPoolRouteTableAssociationMixinProps = CfnIpPoolRouteTableAssociationMixinProps.builder()
         .publicIpv4Pool("publicIpv4Pool")
         .routeTableId("routeTableId")
         .build();
 

See Also: