PolicySecurityServicePolicyDataPolicyOptionNetworkAclCommonPolicyNetworkAclEntrySet constructor
- Input<
List< ? firstEntries,PolicySecurityServicePolicyDataPolicyOptionNetworkAclCommonPolicyNetworkAclEntrySetFirstEntry> ?> - required Input<
bool> forceRemediateForFirstEntries, - required Input<
bool> forceRemediateForLastEntries, - Input<
List< ? lastEntries,PolicySecurityServicePolicyDataPolicyOptionNetworkAclCommonPolicyNetworkAclEntrySetLastEntry> ?>
Creates a new PolicySecurityServicePolicyDataPolicyOptionNetworkAclCommonPolicyNetworkAclEntrySet.
firstEntries Rules to run first in the Firewall Manager managed network ACLs. Firewall Manager creates entries with ID value between 1 and 5000. See the firstEntry block.
forceRemediateForFirstEntries Whether Firewall Manager applies this setting to first-entry policy violations that involve conflicts between the custom entries and the policy entries. If false, Firewall Manager marks the network ACL as noncompliant and does not try to remediate.
forceRemediateForLastEntries Whether Firewall Manager applies this setting to last-entry policy violations that involve conflicts between the custom entries and the policy entries. If false, Firewall Manager marks the network ACL as noncompliant and does not try to remediate.
lastEntries Rules to run last in the Firewall Manager managed network ACLs. Firewall Manager creates entries with ID value between 32000 and 32766. See the lastEntry block.
Implementation
const PolicySecurityServicePolicyDataPolicyOptionNetworkAclCommonPolicyNetworkAclEntrySet({
this.firstEntries,
required this.forceRemediateForFirstEntries,
required this.forceRemediateForLastEntries,
this.lastEntries,
});