@Stability(value=Stable)
public static interface CfnFilter.PortRangeFilterProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.inspectorv2.*;
PortRangeFilterProperty portRangeFilterProperty = PortRangeFilterProperty.builder()
.beginInclusive(123)
.endInclusive(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFilter.PortRangeFilterProperty.Builder
A builder for
CfnFilter.PortRangeFilterProperty |
static class |
CfnFilter.PortRangeFilterProperty.Jsii$Proxy
An implementation for
CfnFilter.PortRangeFilterProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFilter.PortRangeFilterProperty.Builder |
builder() |
default Number |
getBeginInclusive()
The port number the port range begins at.
|
default Number |
getEndInclusive()
The port number the port range ends at.
|
@Stability(value=Stable) @Nullable default Number getBeginInclusive()
@Stability(value=Stable) @Nullable default Number getEndInclusive()
@Stability(value=Stable) static CfnFilter.PortRangeFilterProperty.Builder builder()
Copyright © 2023. All rights reserved.