cloudwatchlogs_put_delivery_destination: Creates or updates a logical delivery destination

View source: R/cloudwatchlogs_operations.R

cloudwatchlogs_put_delivery_destinationR Documentation

Creates or updates a logical delivery destination

Description

Creates or updates a logical delivery destination. A delivery destination is an Amazon Web Services resource that represents an Amazon Web Services service that logs can be sent to. CloudWatch Logs, Amazon S3, and Firehose are supported as logs delivery destinations.

See https://www.paws-r-sdk.com/docs/cloudwatchlogs_put_delivery_destination/ for full documentation.

Usage

cloudwatchlogs_put_delivery_destination(
  name,
  outputFormat = NULL,
  deliveryDestinationConfiguration,
  tags = NULL
)

Arguments

name

[required] A name for this delivery destination. This name must be unique for all delivery destinations in your account.

outputFormat

The format for the logs that this delivery destination will receive.

deliveryDestinationConfiguration

[required] A structure that contains the ARN of the Amazon Web Services resource that will receive the logs.

tags

An optional list of key-value pairs to associate with the resource.

For more information about tagging, see Tagging Amazon Web Services resources


paws.management documentation built on Sept. 12, 2024, 6:19 a.m.