@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:16.945Z") @Stability(value=Experimental) public interface AclIcmp extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
AclIcmp.Builder
A builder for
AclIcmp |
static class |
AclIcmp.Jsii$Proxy
An implementation for
AclIcmp |
| Modifier and Type | Method and Description |
|---|---|
static AclIcmp.Builder |
builder() |
default Number |
getCode()
(experimental) The Internet Control Message Protocol (ICMP) code.
|
default Number |
getType()
(experimental) The Internet Control Message Protocol (ICMP) type.
|
@Stability(value=Experimental) @Nullable default Number getCode()
You can use -1 to specify all ICMP codes for the given ICMP type. Requirement is conditional: Required if you specify 1 (ICMP) for the protocol parameter.
@Stability(value=Experimental) @Nullable default Number getType()
You can use -1 to specify all ICMP types. Conditional requirement: Required if you specify 1 (ICMP) for the CreateNetworkAclEntry protocol parameter.
@Stability(value=Experimental) static AclIcmp.Builder builder()
AclIcmp.Builder of AclIcmpCopyright © 2021. All rights reserved.