Skip to content

Cancel Replay

cloudwatchevents_cancel_replay R Documentation

Cancels the specified replay

Description

Cancels the specified replay.

Usage

cloudwatchevents_cancel_replay(ReplayName)

Arguments

ReplayName

[required] The name of the replay to cancel.

Value

A list with the following syntax:

list(
  ReplayArn = "string",
  State = "STARTING"|"RUNNING"|"CANCELLING"|"COMPLETED"|"CANCELLED"|"FAILED",
  StateReason = "string"
)

Request syntax

svc$cancel_replay(
  ReplayName = "string"
)