@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:16.945Z") @Stability(value=Experimental) public interface AclPortRange extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
AclPortRange.Builder
A builder for
AclPortRange |
static class |
AclPortRange.Jsii$Proxy
An implementation for
AclPortRange |
| Modifier and Type | Method and Description |
|---|---|
static AclPortRange.Builder |
builder() |
default Number |
getFrom()
(experimental) The first port in the range.
|
default Number |
getTo()
(experimental) The last port in the range.
|
@Stability(value=Experimental) @Nullable default Number getFrom()
Required if you specify 6 (TCP) or 17 (UDP) for the protocol parameter.
@Stability(value=Experimental) @Nullable default Number getTo()
Required if you specify 6 (TCP) or 17 (UDP) for the protocol parameter.
@Stability(value=Experimental) static AclPortRange.Builder builder()
AclPortRange.Builder of AclPortRangeCopyright © 2021. All rights reserved.