View source: R/cloudwatchlogs_operations.R
cloudwatchlogs_put_destination | R Documentation |
Creates or updates a destination. This operation is used only to create destinations for cross-account subscriptions.
See https://www.paws-r-sdk.com/docs/cloudwatchlogs_put_destination/ for full documentation.
cloudwatchlogs_put_destination(
destinationName,
targetArn,
roleArn,
tags = NULL
)
destinationName |
[required] A name for the destination. |
targetArn |
[required] The ARN of an Amazon Kinesis stream to which to deliver matching log events. |
roleArn |
[required] The ARN of an IAM role that grants CloudWatch Logs permissions to call
the Amazon Kinesis |
tags |
An optional list of key-value pairs to associate with the resource. For more information about tagging, see Tagging Amazon Web Services resources |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.