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

ListAccountAssociationsInput

import type { ListAccountAssociationsInput } from "https://aws-api.deno.dev/v0.4/services/billingconductor.ts?docs=full";
interface ListAccountAssociationsInput {
BillingPeriod?: string | null;
NextToken?: string | null;
}

§Properties

§
BillingPeriod?: string | null
[src]

The preferred billing period to get account associations.

§

The filter on the account ID of the linked account, or any of the following:

MONITORED: linked accounts that are associated to billing groups.

UNMONITORED: linked accounts that aren't associated to billing groups.

Billing Group Arn: linked accounts that are associated to the provided billing group Arn.

§
NextToken?: string | null
[src]

The pagination token that's used on subsequent calls to retrieve accounts.