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.
billingconductor_create_custom_line_item(
ClientToken = NULL,
Name,
Description,
BillingGroupArn,
BillingPeriodRange = NULL,
Tags = NULL,
ChargeDetails,
AccountId = NULL
)
The token that is needed to support idempotency. Idempotency isn't currently supported, but will be implemented in a future update.
[required] The name of the custom line item.
[required] The description of the custom line item. This is shown on the Bills page in association with the charge value.
[required] The Amazon Resource Name (ARN) that references the billing group where the custom line item applies to.
A time range for which the custom line item is effective.
A map that contains tag keys and tag values that are attached to a custom line item.
[required] A CustomLineItemChargeDetails
that describes the charge details for a
custom line item.
The Amazon Web Services account in which this custom line item will be applied to.