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

AssociateAccountsInput

import type { AssociateAccountsInput } from "https://aws-api.deno.dev/v0.4/services/billingconductor.ts?docs=full";
interface AssociateAccountsInput {
AccountIds: string[];
Arn: string;
}

§Properties

§
AccountIds: string[]
[src]

The associating array of account IDs.

§
Arn: string
[src]

The Amazon Resource Name (ARN) of the billing group that associates the array of account IDs.