Skip to content

Associate Health Check

shield_associate_health_check R Documentation

Adds health-based detection to the Shield Advanced protection for a resource

Description

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.

Usage

shield_associate_health_check(ProtectionId, HealthCheckArn)

Arguments

ProtectionId

[required] The unique identifier (ID) for the Protection object to add the health check association to.

HealthCheckArn

[required] The Amazon Resource Name (ARN) of the health check to associate with the protection.

Value

An empty list.

Request syntax

svc$associate_health_check(
  ProtectionId = "string",
  HealthCheckArn = "string"
)