Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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.

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"
)

paws.management

Amazon Web Services Management & Governance Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.