icmpCode property
ICMP protocol: The ICMP code. Required if specifying ICMP for the protocolE.g., -1
> NOTE: If the value of protocol is -1 or all, the fromPort and toPort values will be ignored and the rule will apply to all ports.
> NOTE: If the value of icmpType is -1 (which results in a wildcard ICMP type), the icmpCode must also be set to -1 (wildcard ICMP code).
> Note: For more information on ICMP types and codes, see here: https://www.iana.org/assignments/icmp-parameters/icmp-parameters.xhtml
Implementation
final pulumi.Input<int?>? icmpCode;