Get Delivery Source
| cloudwatchlogs_get_delivery_source | R Documentation | 
Retrieves complete information about one delivery source¶
Description¶
Retrieves complete information about one delivery source.
Usage¶
cloudwatchlogs_get_delivery_source(name)
Arguments¶
name | 
[required] The name of the delivery source that you want to retrieve.  | 
Value¶
A list with the following syntax:
list(
  deliverySource = list(
    name = "string",
    arn = "string",
    resourceArns = list(
      "string"
    ),
    service = "string",
    logType = "string",
    tags = list(
      "string"
    )
  )
)
Request syntax¶
svc$get_delivery_source(
  name = "string"
)