Get Delivery Destination
cloudwatchlogs_get_delivery_destination | R Documentation |
Retrieves complete information about one delivery destination¶
Description¶
Retrieves complete information about one delivery destination.
Usage¶
cloudwatchlogs_get_delivery_destination(name)
Arguments¶
name |
[required] The name of the delivery destination that you want to retrieve. |
Value¶
A list with the following syntax:
list(
deliveryDestination = list(
name = "string",
arn = "string",
deliveryDestinationType = "S3"|"CWL"|"FH",
outputFormat = "json"|"plain"|"w3c"|"raw"|"parquet",
deliveryDestinationConfiguration = list(
destinationResourceArn = "string"
),
tags = list(
"string"
)
)
)
Request syntax¶
svc$get_delivery_destination(
name = "string"
)