Interface CfnGatewayRouteTableAssociationMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnGatewayRouteTableAssociationMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:19:58.416Z")
@Stability(Stable)
public interface CfnGatewayRouteTableAssociationMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnGatewayRouteTableAssociationPropsMixin.
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.*;
CfnGatewayRouteTableAssociationMixinProps cfnGatewayRouteTableAssociationMixinProps = CfnGatewayRouteTableAssociationMixinProps.builder()
.gatewayId("gatewayId")
.routeTableId("routeTableId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnGatewayRouteTableAssociationMixinPropsstatic final classAn implementation forCfnGatewayRouteTableAssociationMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGatewayId
The ID of the gateway.Returns union: either
StringorIInternetGatewayReforIVPNGatewayRef- See Also:
-
getRouteTableId
The ID of the route table.Returns union: either
StringorIRouteTableRef- See Also:
-
builder
-