Skip to content

Describe Event Source

eventbridge_describe_event_source R Documentation

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

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