Class CfnFirewallPolicyProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.networkfirewall.CfnFirewallPolicyProps.Jsii$Proxy
- All Implemented Interfaces:
CfnFirewallPolicyProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFirewallPolicyProps
@Stability(Stable)
@Internal
public static final class CfnFirewallPolicyProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFirewallPolicyProps
An implementation for
CfnFirewallPolicyProps
-
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.CfnFirewallPolicyProps
CfnFirewallPolicyProps.Builder, CfnFirewallPolicyProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnFirewallPolicyProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFirewallPolicyProps.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
A description of the firewall policy.final Object
The traffic filtering behavior of a firewall policy, defined in a collection of stateless and stateful rule groups and other settings.final String
The descriptive name of the firewall policy.getTags()
An array of key-value pairs to apply to this resource.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 theCfnFirewallPolicyProps.Builder
.
-
-
Method Details
-
getFirewallPolicy
Description copied from interface:CfnFirewallPolicyProps
The traffic filtering behavior of a firewall policy, defined in a collection of stateless and stateful rule groups and other settings.- Specified by:
getFirewallPolicy
in interfaceCfnFirewallPolicyProps
- See Also:
-
getFirewallPolicyName
Description copied from interface:CfnFirewallPolicyProps
The descriptive name of the firewall policy.You can't change the name of a firewall policy after you create it.
- Specified by:
getFirewallPolicyName
in interfaceCfnFirewallPolicyProps
- See Also:
-
getDescription
Description copied from interface:CfnFirewallPolicyProps
A description of the firewall policy.- Specified by:
getDescription
in interfaceCfnFirewallPolicyProps
- See Also:
-
getTags
Description copied from interface:CfnFirewallPolicyProps
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTags
in interfaceCfnFirewallPolicyProps
- See Also:
-
$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()
-