Values.PolicySummarySourceDetails of the Firewall Manager policy.
type nonrec t = {policyArn : ResourceArn.t option;The Amazon Resource Name (ARN) of the specified policy.
*)policyId : PolicyId.t option;The ID of the specified policy.
*)policyName : ResourceName.t option;The name of the specified policy.
*)resourceType : ResourceType.t option;The type of resource protected by or in scope of the policy. This is in the format shown in the Amazon Web Services Resource Types Reference.
*)securityServiceType : SecurityServiceType.t option;The service that the policy is using to protect the resources. This specifies the type of policy that is created, either an WAF policy, a Shield Advanced policy, or a security group policy.
*)remediationEnabled : Boolean.t option;Indicates if the policy should be automatically applied to new resources.
*)deleteUnusedFMManagedResources : Boolean.t option;Indicates whether Firewall Manager should automatically remove protections from resources that leave the policy scope and clean up resources that Firewall Manager is managing for accounts when those accounts leave policy scope. For example, Firewall Manager will disassociate a Firewall Manager managed web ACL from a protected customer resource when the customer resource leaves policy scope. By default, Firewall Manager doesn't remove protections or delete Firewall Manager managed resources. This option is not available for Shield Advanced or WAF Classic policies.
*)policyStatus : CustomerPolicyStatus.t option;Indicates whether the policy is in or out of an admin's policy or Region scope. ACTIVE - The administrator can manage and delete the policy. OUT_OF_ADMIN_SCOPE - The administrator can view the policy, but they can't edit or delete the policy. Existing policy protections stay in place. Any new resources that come into scope of the policy won't be protected.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of ResourceArn.t ])
list ]