Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateCustomLineItemInput

import type { CreateCustomLineItemInput } from "https://aws-api.deno.dev/v0.4/services/billingconductor.ts?docs=full";
interface CreateCustomLineItemInput {
BillingGroupArn: string;
BillingPeriodRange?: CustomLineItemBillingPeriodRange | null;
ClientToken?: string | null;
Description: string;
Name: string;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
BillingGroupArn: string
[src]

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

§
BillingPeriodRange?: CustomLineItemBillingPeriodRange | null
[src]

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

§

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

§
ClientToken?: string | null
[src]

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

§
Description: string
[src]

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

§
Name: string
[src]

The name of the custom line item.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

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