Module Values.AssociateHealthCheckRequestSource

Adds health-based detection to 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 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 add the health check association to.

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

    The Amazon Resource Name (ARN) of the health check to associate 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