Learn R Programming

paws.management (version 0.1.10)

cloudwatchevents_cancel_replay: Cancels the specified replay

Description

Cancels the specified replay.

Usage

cloudwatchevents_cancel_replay(ReplayName)

Arguments

ReplayName

[required] The name of the replay to cancel.

Request syntax

svc$cancel_replay(
  ReplayName = "string"
)