prometheusservice_create_rule_groups_namespace: Create a rule group namespace

View source: R/prometheusservice_operations.R

prometheusservice_create_rule_groups_namespaceR Documentation

Create a rule group namespace

Description

Create a rule group namespace.

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

Usage

prometheusservice_create_rule_groups_namespace(
  workspaceId,
  name,
  data,
  clientToken = NULL,
  tags = NULL
)

Arguments

workspaceId

[required] The ID of the workspace in which to create the rule group namespace.

name

[required] The rule groups namespace name.

data

[required] The namespace data that define the rule groups.

clientToken

Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.

tags

Optional, user-provided tags for this rule groups namespace.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.