Interface CfnVPNGatewayRoutePropagationMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnVPNGatewayRoutePropagationMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-04-14T18:32:11.873Z")
@Stability(Stable)
public interface CfnVPNGatewayRoutePropagationMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnVPNGatewayRoutePropagationPropsMixin.
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.*;
CfnVPNGatewayRoutePropagationMixinProps cfnVPNGatewayRoutePropagationMixinProps = CfnVPNGatewayRoutePropagationMixinProps.builder()
.routeTableIds(List.of("routeTableIds"))
.vpnGatewayId("vpnGatewayId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnVPNGatewayRoutePropagationMixinPropsstatic final classAn implementation forCfnVPNGatewayRoutePropagationMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRouteTableIds
The ID of the route table.The routing table must be associated with the same VPC that the virtual private gateway is attached to.
- See Also:
-
getVpnGatewayId
The ID of the virtual private gateway that is attached to a VPC.The virtual private gateway must be attached to the same VPC that the routing tables are associated with.
- See Also:
-
builder
-