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

cloudwatchevents_describe_archive

Retrieves details about an archive


Description

Retrieves details about an archive.

Usage

cloudwatchevents_describe_archive(ArchiveName)

Arguments

ArchiveName

[required] The name of the archive to retrieve.

Value

A list with the following syntax:

list(
  ArchiveArn = "string",
  ArchiveName = "string",
  EventSourceArn = "string",
  Description = "string",
  EventPattern = "string",
  State = "ENABLED"|"DISABLED"|"CREATING"|"UPDATING"|"CREATE_FAILED"|"UPDATE_FAILED",
  StateReason = "string",
  RetentionDays = 123,
  SizeBytes = 123,
  EventCount = 123,
  CreationTime = as.POSIXct(
    "2015-01-01"
  )
)

Request syntax

svc$describe_archive(
  ArchiveName = "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.