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

AccountGrouping

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

The set of accounts that will be under the billing group. The set of accounts resemble the linked accounts in a consolidated family.

interface AccountGrouping {
LinkedAccountIds: string[];
}

§Properties

§
LinkedAccountIds: string[]
[src]

The account IDs that make up the billing group. Account IDs must be a part of the consolidated billing family, and not associated with another billing group.