Values.CreateNetworkAclActionSourceInformation about the CreateNetworkAcl action in Amazon EC2. This is a remediation option in RemediationAction.
type nonrec t = {description : LengthBoundedString.t option;Brief description of this remediation action.
*)vpc : ActionTarget.t option;The VPC that's associated with the remediation action.
*)fMSCanRemediate : Boolean.t option;Indicates whether it is possible for Firewall Manager to perform this remediation action. A false value indicates that auto remediation is disabled or Firewall Manager is unable to perform the action due to a conflict of some kind.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of LengthBoundedString.t
| `Structure of (string * [> `String of ResourceId.t ]) list ])
list ]