Learn R Programming

paws.management (version 0.1.12)

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)

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

Arguments

Name

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

Request syntax

svc$describe_event_source(
  Name = "string"
)