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