Module Values.ReplaceNetworkAclAssociationActionSource

Information about the ReplaceNetworkAclAssociation action in Amazon EC2. This is a remediation option in RemediationAction.

Sourcetype nonrec t = {
  1. description : LengthBoundedString.t option;
    (*

    Brief description of this remediation action.

    *)
  2. associationId : ActionTarget.t option;
  3. networkAclId : ActionTarget.t option;
    (*

    The network ACL that's associated with the remediation action.

    *)
  4. 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.

    *)
}
Sourceval make : ?description:??? -> ?associationId:??? -> ?networkAclId:??? -> ?fMSCanRemediate:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `String of LengthBoundedString.t | `Structure of (string * [> `String of ResourceId.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t