This operation lists details about a partner event source that is shared with your account.
cloudwatchevents_describe_event_source(Name)
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"
)
[required] The name of the partner event source to display the details of.
svc$describe_event_source(
Name = "string"
)