Skip to content

Update Readiness Check

route53recoveryreadiness_update_readiness_check R Documentation

Updates a readiness check

Description

Updates a readiness check.

Usage

route53recoveryreadiness_update_readiness_check(ReadinessCheckName,
  ResourceSetName)

Arguments

ReadinessCheckName

[required] Name of a readiness check.

ResourceSetName

[required] The name of the resource set to be checked.

Value

A list with the following syntax:

list(
  ReadinessCheckArn = "string",
  ReadinessCheckName = "string",
  ResourceSet = "string",
  Tags = list(
    "string"
  )
)

Request syntax

svc$update_readiness_check(
  ReadinessCheckName = "string",
  ResourceSetName = "string"
)