billingconductor_create_pricing_plan: Creates a pricing plan that is used for computing Amazon Web...

View source: R/billingconductor_operations.R

billingconductor_create_pricing_planR Documentation

Creates a pricing plan that is used for computing Amazon Web Services charges for billing groups

Description

Creates a pricing plan that is used for computing Amazon Web Services charges for billing groups.

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

Usage

billingconductor_create_pricing_plan(
  ClientToken = NULL,
  Name,
  Description = NULL,
  PricingRuleArns = NULL,
  Tags = NULL
)

Arguments

ClientToken

The token that is needed to support idempotency. Idempotency isn't currently supported, but will be implemented in a future update.

Name

[required] The name of the pricing plan. The names must be unique to each pricing plan.

Description

The description of the pricing plan.

PricingRuleArns

A list of Amazon Resource Names (ARNs) that define the pricing plan parameters.

Tags

A map that contains tag keys and tag values that are attached to a pricing plan.


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