Learn R Programming

paws.networking (version 0.1.11)

route53_get_health_check_count: Retrieves the number of health checks that are associated with the current AWS account

Description

Retrieves the number of health checks that are associated with the current AWS account.

Usage

route53_get_health_check_count()

Arguments

Value

A list with the following syntax:

list(
  HealthCheckCount = 123
)

Request syntax

svc$get_health_check_count()