Class CfnRuleGroup.RulesSourceListProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.networkfirewall.CfnRuleGroup.RulesSourceListProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRuleGroup.RulesSourceListProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRuleGroup.RulesSourceListProperty
@Stability(Stable)
@Internal
public static final class CfnRuleGroup.RulesSourceListProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRuleGroup.RulesSourceListProperty
An implementation for
CfnRuleGroup.RulesSourceListProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.networkfirewall.CfnRuleGroup.RulesSourceListProperty
CfnRuleGroup.RulesSourceListProperty.Builder, CfnRuleGroup.RulesSourceListProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRuleGroup.RulesSourceListProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
Whether you want to allow or deny access to the domains in your target list.The domains that you want to inspect for in your traffic flows.The types of targets to inspect for.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnRuleGroup.RulesSourceListProperty.Builder
.
-
-
Method Details
-
getGeneratedRulesType
Description copied from interface:CfnRuleGroup.RulesSourceListProperty
Whether you want to allow or deny access to the domains in your target list.- Specified by:
getGeneratedRulesType
in interfaceCfnRuleGroup.RulesSourceListProperty
-
getTargets
Description copied from interface:CfnRuleGroup.RulesSourceListProperty
The domains that you want to inspect for in your traffic flows. Valid domain specifications are the following:.- Explicit names. For example,
abc.example.com
matches only the domainabc.example.com
. - Names that use a domain wildcard, which you indicate with an initial '
.
'. For example,.example.com
matchesexample.com
and matches all subdomains ofexample.com
, such asabc.example.com
andwww.example.com
.
- Specified by:
getTargets
in interfaceCfnRuleGroup.RulesSourceListProperty
- Explicit names. For example,
-
getTargetTypes
Description copied from interface:CfnRuleGroup.RulesSourceListProperty
The types of targets to inspect for.Valid values are
TLS_SNI
andHTTP_HOST
.- Specified by:
getTargetTypes
in interfaceCfnRuleGroup.RulesSourceListProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-