Module Values.DisassociateHealthCheckRequestSource

Removes health-based detection from the Shield Advanced protection for a resource. Shield Advanced health-based detection uses the health of your Amazon Web Services resource to improve responsiveness and accuracy in attack detection and response. You define the health check in Route 53 and then associate or disassociate it with your Shield Advanced protection. For more information, see Shield Advanced Health-Based Detection in the WAF Developer Guide.

Sourcetype nonrec t = {
  1. protectionId : ProtectionId.t;
    (*

    The unique identifier (ID) for the Protection object to remove the health check association from.

    *)
  2. healthCheckArn : HealthCheckArn.t;
    (*

    The Amazon Resource Name (ARN) of the health check that is associated with the protection.

    *)
}
Sourceval context_ : string
Sourceval make : protectionId:ProtectionId.t -> healthCheckArn:HealthCheckArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ProtectionId.t ]) 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