Interface CfnRouterNetworkInterface.PublicRouterNetworkInterfaceRuleProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRouterNetworkInterface.PublicRouterNetworkInterfaceRuleProperty.Jsii$Proxy
- Enclosing class:
CfnRouterNetworkInterface
@Stability(Stable)
public static interface CfnRouterNetworkInterface.PublicRouterNetworkInterfaceRuleProperty
extends software.amazon.jsii.JsiiSerializable
A rule that allows a specific CIDR block to access the public router network interface.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.mediaconnect.*;
PublicRouterNetworkInterfaceRuleProperty publicRouterNetworkInterfaceRuleProperty = PublicRouterNetworkInterfaceRuleProperty.builder()
.cidr("cidr")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnRouterNetworkInterface.PublicRouterNetworkInterfaceRuleProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCidr
The CIDR block that is allowed to access the public router network interface.- See Also:
-
builder
@Stability(Stable) static CfnRouterNetworkInterface.PublicRouterNetworkInterfaceRuleProperty.Builder builder()
-