Interface CfnNetworkAclEntryPropsMixin.IcmpProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnNetworkAclEntryPropsMixin.IcmpProperty.Jsii$Proxy
Enclosing class:
CfnNetworkAclEntryPropsMixin

@Stability(Stable) public static interface CfnNetworkAclEntryPropsMixin.IcmpProperty extends software.amazon.jsii.JsiiSerializable
Describes 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.cfnpropertymixins.services.ec2.*;
 IcmpProperty icmpProperty = IcmpProperty.builder()
         .code(123)
         .type(123)
         .build();
 

See Also: