PolicyNetworkAclEntrySetArgs

data class PolicyNetworkAclEntrySetArgs(val firstEntries: Output<List<PolicyNetworkAclEntryArgs>>? = null, val forceRemediateForFirstEntries: Output<Boolean>, val forceRemediateForLastEntries: Output<Boolean>, val lastEntries: Output<List<PolicyNetworkAclEntryArgs>>? = null) : ConvertibleToJava<PolicyNetworkAclEntrySetArgs>

Network ACL entry set.

Constructors

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

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.

Functions

Link copied to clipboard
open override fun toJava(): PolicyNetworkAclEntrySetArgs