@Stability(value=Stable)
public static interface CfnRuleGroup.MatchAttributesProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRuleGroup.MatchAttributesProperty.Builder
A builder for
CfnRuleGroup.MatchAttributesProperty |
static class |
CfnRuleGroup.MatchAttributesProperty.Jsii$Proxy
An implementation for
CfnRuleGroup.MatchAttributesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRuleGroup.MatchAttributesProperty.Builder |
builder() |
default Object |
getDestinationPorts()
`CfnRuleGroup.MatchAttributesProperty.DestinationPorts`.
|
default Object |
getDestinations()
`CfnRuleGroup.MatchAttributesProperty.Destinations`.
|
default Object |
getProtocols()
`CfnRuleGroup.MatchAttributesProperty.Protocols`.
|
default Object |
getSourcePorts()
`CfnRuleGroup.MatchAttributesProperty.SourcePorts`.
|
default Object |
getSources()
`CfnRuleGroup.MatchAttributesProperty.Sources`.
|
default Object |
getTcpFlags()
`CfnRuleGroup.MatchAttributesProperty.TCPFlags`.
|
@Stability(value=Stable) @Nullable default Object getDestinationPorts()
@Stability(value=Stable) @Nullable default Object getDestinations()
@Stability(value=Stable) @Nullable default Object getProtocols()
@Stability(value=Stable) @Nullable default Object getSourcePorts()
@Stability(value=Stable) @Nullable default Object getSources()
@Stability(value=Stable) @Nullable default Object getTcpFlags()
@Stability(value=Stable) static CfnRuleGroup.MatchAttributesProperty.Builder builder()
Copyright © 2021. All rights reserved.