Skip to content

Get Delivery Destination Policy

cloudwatchlogs_get_delivery_destination_policy R Documentation

Retrieves the delivery destination policy assigned to the delivery destination that you specify

Description

Retrieves the delivery destination policy assigned to the delivery destination that you specify. For more information about delivery destinations and their policies, see put_delivery_destination_policy.

Usage

cloudwatchlogs_get_delivery_destination_policy(deliveryDestinationName)

Arguments

deliveryDestinationName

[required] The name of the delivery destination that you want to retrieve the policy of.

Value

A list with the following syntax:

list(
  policy = list(
    deliveryDestinationPolicy = "string"
  )
)

Request syntax

svc$get_delivery_destination_policy(
  deliveryDestinationName = "string"
)