Values.SecurityGroupRemediationActionSourceRemediation option for the rule specified in the ViolationTarget.
type nonrec t = {remediationActionType : RemediationActionType.t option;The remediation action that will be performed.
*)description : RemediationActionDescription.t option;Brief description of the action that will be performed.
*)remediationResult : SecurityGroupRuleDescription.t option;The final state of the rule specified in the ViolationTarget after it is remediated.
*)isDefaultAction : Boolean.t option;Indicates if the current action is the default action.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of RemediationActionDescription.t
| `Structure of
(string * [> `Long of IPPortNumber.t | `String of CIDR.t ]) list ])
list ]