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

ListBillingGroupCostReportsFilter

import type { ListBillingGroupCostReportsFilter } from "https://aws-api.deno.dev/v0.4/services/billingconductor.ts?docs=full";

The filter used to retrieve specific BillingGroupCostReportElements.

interface ListBillingGroupCostReportsFilter {
BillingGroupArns?: string[] | null;
}

§Properties

§
BillingGroupArns?: string[] | null
[src]

The list of Amazon Resource Names (ARNs) used to filter billing groups to retrieve reports.