billingconductor_create_custom_line_item: Creates a custom line item that can be used to create a...

View source: R/billingconductor_operations.R

billingconductor_create_custom_line_itemR Documentation

Creates a custom line item that can be used to create a one-time fixed charge that can be applied to a single billing group for the current or previous billing period

Description

Creates a custom line item that can be used to create a one-time fixed charge that can be applied to a single billing group for the current or previous billing period. The one-time fixed charge is either a fee or discount.

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

Usage

billingconductor_create_custom_line_item(
  ClientToken = NULL,
  Name,
  Description,
  BillingGroupArn,
  BillingPeriodRange = NULL,
  Tags = NULL,
  ChargeDetails
)

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 custom line item.

Description

[required] The description of the custom line item. This is shown on the Bills page in association with the charge value.

BillingGroupArn

[required] The Amazon Resource Name (ARN) that references the billing group where the custom line item applies to.

BillingPeriodRange

A time range for which the custom line item is effective.

Tags

A map that contains tag keys and tag values that are attached to a custom line item.

ChargeDetails

[required] A CustomLineItemChargeDetails that describes the charge details for a custom line item.


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