cloudwatchlogs_put_delivery_destination_policy {paws.management} | R Documentation |
Creates and assigns an IAM policy that grants permissions to CloudWatch Logs to deliver logs cross-account to a specified destination in this account
Description
Creates and assigns an IAM policy that grants permissions to CloudWatch Logs to deliver logs cross-account to a specified destination in this account. To configure the delivery of logs from an Amazon Web Services service in another account to a logs delivery destination in the current account, you must do the following:
See https://www.paws-r-sdk.com/docs/cloudwatchlogs_put_delivery_destination_policy/ for full documentation.
Usage
cloudwatchlogs_put_delivery_destination_policy(
deliveryDestinationName,
deliveryDestinationPolicy
)
Arguments
deliveryDestinationName |
[required] The name of the delivery destination to assign this policy to. |
deliveryDestinationPolicy |
[required] The contents of the policy. |
[Package paws.management version 0.9.0 Index]