cloudwatchlogs_create_delivery: Creates a delivery

View source: R/cloudwatchlogs_operations.R

cloudwatchlogs_create_deliveryR Documentation

Creates a delivery

Description

Creates a delivery. A delivery is a connection between a logical delivery source and a logical delivery destination that you have already created.

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

Usage

cloudwatchlogs_create_delivery(
  deliverySourceName,
  deliveryDestinationArn,
  tags = NULL
)

Arguments

deliverySourceName

[required] The name of the delivery source to use for this delivery.

deliveryDestinationArn

[required] The ARN of the delivery destination to use for this delivery.

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.