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