Interface CfnNetworkPropsMixin.RouteProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnNetworkPropsMixin.RouteProperty.Jsii$Proxy
- Enclosing class:
CfnNetworkPropsMixin
@Stability(Stable)
public static interface CfnNetworkPropsMixin.RouteProperty
extends software.amazon.jsii.JsiiSerializable
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.medialive.*;
RouteProperty routeProperty = RouteProperty.builder()
.cidr("cidr")
.gateway("gateway")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnNetworkPropsMixin.RoutePropertystatic final classAn implementation forCfnNetworkPropsMixin.RouteProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCidr
Ip address cidr.- See Also:
-
getGateway
IP address for the route packet paths.- See Also:
-
builder
-