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

ListAccountAssociationsFilter

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

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 are not associated to billing groups.

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

interface ListAccountAssociationsFilter {
AccountId?: string | null;
Association?: string | null;
}

§Properties

§
AccountId?: string | null
[src]

The Amazon Web Services account ID to filter on.

§
Association?: string | null
[src]

MONITORED: linked accounts that are associated to billing groups.

UNMONITORED: linked accounts that are not associated to billing groups.

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