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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.networkfirewall.CfnRuleGroup.RulesSourceListProperty
CfnRuleGroup.RulesSourceListProperty.Builder, CfnRuleGroup.RulesSourceListProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRuleGroup.RulesSourceListProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringWhether you want to apply allow, reject, alert, or drop behavior 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 inthashCode()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.RulesSourceListPropertyWhether you want to apply allow, reject, alert, or drop behavior to the domains in your target list.When logging is enabled and you choose Alert, traffic that matches the domain specifications generates an alert in the firewall's logs. Then, traffic either passes, is rejected, or drops based on other rules in the firewall policy.
- Specified by:
getGeneratedRulesTypein interfaceCfnRuleGroup.RulesSourceListProperty- See Also:
-
getTargets
Description copied from interface:CfnRuleGroup.RulesSourceListPropertyThe domains that you want to inspect for in your traffic flows. Valid domain specifications are the following:.- Explicit names. For example,
abc.example.commatches only the domainabc.example.com. - Names that use a domain wildcard, which you indicate with an initial '
.'. For example,.example.commatchesexample.comand matches all subdomains ofexample.com, such asabc.example.comandwww.example.com.
- Specified by:
getTargetsin interfaceCfnRuleGroup.RulesSourceListProperty- See Also:
- Explicit names. For example,
-
getTargetTypes
Description copied from interface:CfnRuleGroup.RulesSourceListPropertyThe types of targets to inspect for.Valid values are
TLS_SNIandHTTP_HOST.- Specified by:
getTargetTypesin interfaceCfnRuleGroup.RulesSourceListProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-