@Stability(value=Stable)
public static interface CfnRuleGroup.PortSetProperty
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.networkfirewall.*;
PortSetProperty portSetProperty = PortSetProperty.builder()
.definition(List.of("definition"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRuleGroup.PortSetProperty.Builder
A builder for
CfnRuleGroup.PortSetProperty |
static class |
CfnRuleGroup.PortSetProperty.Jsii$Proxy
An implementation for
CfnRuleGroup.PortSetProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRuleGroup.PortSetProperty.Builder |
builder() |
default List<String> |
getDefinition()
The set of port ranges.
|
@Stability(value=Stable) @Nullable default List<String> getDefinition()
@Stability(value=Stable) static CfnRuleGroup.PortSetProperty.Builder builder()
Copyright © 2022. All rights reserved.