Learn R Programming

paws.management (version 0.1.12)

cloudwatchevents_delete_archive: Deletes the specified archive

Description

Deletes the specified archive.

Usage

cloudwatchevents_delete_archive(ArchiveName)

Value

An empty list.

Arguments

ArchiveName

[required] The name of the archive to delete.

Request syntax

svc$delete_archive(
  ArchiveName = "string"
)