Class CfnPolicy.NetworkAclEntrySetProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPolicy.NetworkAclEntrySetProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPolicy.NetworkAclEntrySetProperty
CfnPolicy.NetworkAclEntrySetProperty-
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.fms.CfnPolicy.NetworkAclEntrySetProperty
CfnPolicy.NetworkAclEntrySetProperty.Builder, CfnPolicy.NetworkAclEntrySetProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPolicy.NetworkAclEntrySetProperty.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 ObjectThe rules that you want to run first in the Firewall Manager managed network ACLs.final ObjectApplies only when remediation is enabled for the policy as a whole.final ObjectApplies only when remediation is enabled for the policy as a whole.final ObjectThe rules that you want to run last in the Firewall Manager managed network ACLs.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 theCfnPolicy.NetworkAclEntrySetProperty.Builder.
-
-
Method Details
-
getForceRemediateForFirstEntries
Description copied from interface:CfnPolicy.NetworkAclEntrySetPropertyApplies only when remediation is enabled for the policy as a whole.Firewall Manager uses this setting when it finds policy violations that involve conflicts between the custom entries and the policy entries.
If forced remediation is disabled, Firewall Manager marks the network ACL as noncompliant and does not try to remediate. For more information about the remediation behavior, see Remediation for managed network ACLs in the AWS Firewall Manager Developer Guide .
Returns union: either
BooleanorIResolvable- Specified by:
getForceRemediateForFirstEntriesin interfaceCfnPolicy.NetworkAclEntrySetProperty- See Also:
-
getForceRemediateForLastEntries
Description copied from interface:CfnPolicy.NetworkAclEntrySetPropertyApplies only when remediation is enabled for the policy as a whole.Firewall Manager uses this setting when it finds policy violations that involve conflicts between the custom entries and the policy entries.
If forced remediation is disabled, Firewall Manager marks the network ACL as noncompliant and does not try to remediate. For more information about the remediation behavior, see Remediation for managed network ACLs in the AWS Firewall Manager Developer Guide .
Returns union: either
BooleanorIResolvable- Specified by:
getForceRemediateForLastEntriesin interfaceCfnPolicy.NetworkAclEntrySetProperty- See Also:
-
getFirstEntries
Description copied from interface:CfnPolicy.NetworkAclEntrySetPropertyThe rules that you want to run first in the Firewall Manager managed network ACLs.Provide these in the order in which you want them to run. Firewall Manager will assign the specific rule numbers for you, in the network ACLs that it creates.
You must specify at least one first entry or one last entry in any network ACL policy.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPolicy.NetworkAclEntryProperty>- Specified by:
getFirstEntriesin interfaceCfnPolicy.NetworkAclEntrySetProperty- See Also:
-
getLastEntries
Description copied from interface:CfnPolicy.NetworkAclEntrySetPropertyThe rules that you want to run last in the Firewall Manager managed network ACLs.Provide these in the order in which you want them to run. Firewall Manager will assign the specific rule numbers for you, in the network ACLs that it creates.
You must specify at least one first entry or one last entry in any network ACL policy.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPolicy.NetworkAclEntryProperty>- Specified by:
getLastEntriesin interfaceCfnPolicy.NetworkAclEntrySetProperty- 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()
-