@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:22.158Z") @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 © 2020. All rights reserved.