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

BatchAssociateResourcesToCustomLineItemInput

import type { BatchAssociateResourcesToCustomLineItemInput } from "https://aws-api.deno.dev/v0.4/services/billingconductor.ts?docs=full";
interface BatchAssociateResourcesToCustomLineItemInput {
BillingPeriodRange?: CustomLineItemBillingPeriodRange | null;
ResourceArns: string[];
TargetArn: string;
}

§Properties

§
BillingPeriodRange?: CustomLineItemBillingPeriodRange | null
[src]
§
ResourceArns: string[]
[src]

A list containing the ARNs of the resources to be associated.

§
TargetArn: string
[src]

A percentage custom line item ARN to associate the resources to.