Creates or updates an access policy associated with an existing destination. An access policy is an IAM policy document that is used to authorize claims to register a subscription filter against a given destination.
cloudwatchlogs_put_destination_policy(destinationName, accessPolicy)
An empty list.
[required] A name for an existing destination.
[required] An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination. This can be up to 5120 bytes.
svc$put_destination_policy(
destinationName = "string",
accessPolicy = "string"
)