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

cloudwatchevents_describe_event_source

This operation lists details about a partner event source that is shared with your account


Description

This operation lists details about a partner event source that is shared with your account.

Usage

cloudwatchevents_describe_event_source(Name)

Arguments

Name

[required] The name of the partner event source to display the details of.

Value

A list with the following syntax:

list(
  Arn = "string",
  CreatedBy = "string",
  CreationTime = as.POSIXct(
    "2015-01-01"
  ),
  ExpirationTime = as.POSIXct(
    "2015-01-01"
  ),
  Name = "string",
  State = "PENDING"|"ACTIVE"|"DELETED"
)

Request syntax

svc$describe_event_source(
  Name = "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.