prometheusservice_create_logging_configuration: The CreateLoggingConfiguration operation creates a logging...

View source: R/prometheusservice_operations.R

prometheusservice_create_logging_configurationR Documentation

The CreateLoggingConfiguration operation creates a logging configuration for the workspace

Description

The create_logging_configuration operation creates a logging configuration for the workspace. Use this operation to set the CloudWatch log group to which the logs will be published to.

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

Usage

prometheusservice_create_logging_configuration(
  clientToken = NULL,
  logGroupArn,
  workspaceId
)

Arguments

clientToken

A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive.

logGroupArn

[required] The ARN of the CloudWatch log group to which the vended log data will be published. This log group must exist prior to calling this API.

workspaceId

[required] The ID of the workspace to create the logging configuration for.


paws.management documentation built on May 29, 2024, 1:50 a.m.