Interface CfnPentest.NetworkTrafficRuleProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPentest.NetworkTrafficRuleProperty.Jsii$Proxy
- Enclosing class:
CfnPentest
@Stability(Stable)
public static interface CfnPentest.NetworkTrafficRuleProperty
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.services.securityagent.*;
NetworkTrafficRuleProperty networkTrafficRuleProperty = NetworkTrafficRuleProperty.builder()
.effect("effect")
.networkTrafficRuleType("networkTrafficRuleType")
.pattern("pattern")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPentest.NetworkTrafficRulePropertystatic final classAn implementation forCfnPentest.NetworkTrafficRuleProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEffect
- See Also:
-
getNetworkTrafficRuleType
- See Also:
-
getPattern
- See Also:
-
builder
-