PolicyNetworkAclEntrySet

data class PolicyNetworkAclEntrySet(val firstEntries: List<PolicyNetworkAclEntry>? = null, val forceRemediateForFirstEntries: Boolean, val forceRemediateForLastEntries: Boolean, val lastEntries: List<PolicyNetworkAclEntry>? = null)

Network ACL entry set.

Constructors

Link copied to clipboard
constructor(firstEntries: List<PolicyNetworkAclEntry>? = null, forceRemediateForFirstEntries: Boolean, forceRemediateForLastEntries: Boolean, lastEntries: List<PolicyNetworkAclEntry>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The rules that you want to run first in the Firewall Manager managed network ACLs.

Link copied to clipboard

Applies 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 .

Link copied to clipboard

Applies 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 .

Link copied to clipboard

The rules that you want to run last in the Firewall Manager managed network ACLs.