Learn R Programming

paws.security.identity (version 0.1.12)

shield_disassociate_health_check: Removes health-based detection from the Shield Advanced protection for a resource

Description

Removes health-based detection from the Shield Advanced protection for a resource. Shield Advanced health-based detection uses the health of your AWS resource to improve responsiveness and accuracy in attack detection and mitigation.

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 AWS WAF and AWS Shield Developer Guide.

Usage

shield_disassociate_health_check(ProtectionId, HealthCheckArn)

Value

An empty list.

Arguments

ProtectionId

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

HealthCheckArn

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

Request syntax

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