Interface CfnPolicy.IcmpTypeCodeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPolicy.IcmpTypeCodeProperty.Jsii$Proxy
- Enclosing class:
CfnPolicy
@Stability(Stable)
public static interface CfnPolicy.IcmpTypeCodeProperty
extends software.amazon.jsii.JsiiSerializable
ICMP protocol: The ICMP type and code.
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.fms.*;
IcmpTypeCodeProperty icmpTypeCodeProperty = IcmpTypeCodeProperty.builder()
.code(123)
.type(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPolicy.IcmpTypeCodePropertystatic final classAn implementation forCfnPolicy.IcmpTypeCodeProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCode
ICMP code.- See Also:
-
getType
ICMP type.- See Also:
-
builder
-