@Stability(value=Stable) @Internal public static final class CfnRuleGroup.MatchAttributesProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRuleGroup.MatchAttributesProperty
CfnRuleGroup.MatchAttributesPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnRuleGroup.MatchAttributesProperty.Builder, CfnRuleGroup.MatchAttributesProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnRuleGroup.MatchAttributesProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnRuleGroup.ActionDefinitionProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getDestinationPorts()
The destination ports to inspect for.
|
Object |
getDestinations()
The destination IP addresses and address ranges to inspect for, in CIDR notation.
|
Object |
getProtocols()
The protocols to inspect for, specified using each protocol's assigned internet protocol number (IANA).
|
Object |
getSourcePorts()
The source ports to inspect for.
|
Object |
getSources()
The source IP addresses and address ranges to inspect for, in CIDR notation.
|
Object |
getTcpFlags()
The TCP flags and masks to inspect for.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnRuleGroup.MatchAttributesProperty.Builder builder)
CfnRuleGroup.ActionDefinitionProperty.Builder.public final Object getDestinationPorts()
CfnRuleGroup.MatchAttributesPropertyIf not specified, this matches with any destination port. This setting is only used for protocols 6 (TCP) and 17 (UDP).
You can specify individual ports, for example 1994 and you can specify port ranges, for example 1990:1994 .
getDestinationPorts in interface CfnRuleGroup.MatchAttributesPropertypublic final Object getDestinations()
CfnRuleGroup.MatchAttributesPropertyIf not specified, this matches with any destination address.
getDestinations in interface CfnRuleGroup.MatchAttributesPropertypublic final Object getProtocols()
CfnRuleGroup.MatchAttributesPropertyIf not specified, this matches with any protocol.
getProtocols in interface CfnRuleGroup.MatchAttributesPropertypublic final Object getSourcePorts()
CfnRuleGroup.MatchAttributesPropertyIf not specified, this matches with any source port. This setting is only used for protocols 6 (TCP) and 17 (UDP).
You can specify individual ports, for example 1994 and you can specify port ranges, for example 1990:1994 .
getSourcePorts in interface CfnRuleGroup.MatchAttributesPropertypublic final Object getSources()
CfnRuleGroup.MatchAttributesPropertyIf not specified, this matches with any source address.
getSources in interface CfnRuleGroup.MatchAttributesPropertypublic final Object getTcpFlags()
CfnRuleGroup.MatchAttributesPropertyIf not specified, this matches with any settings. This setting is only used for protocol 6 (TCP).
getTcpFlags in interface CfnRuleGroup.MatchAttributesProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.