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

CreateBillingGroupInput

import type { CreateBillingGroupInput } from "https://aws-api.deno.dev/v0.4/services/billingconductor.ts?docs=full";
interface CreateBillingGroupInput {
AccountGrouping: AccountGrouping;
ClientToken?: string | null;
ComputationPreference: ComputationPreference;
Description?: string | null;
Name: string;
PrimaryAccountId?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
AccountGrouping: AccountGrouping
[src]

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

§
ClientToken?: string | null
[src]

The token that is needed to support idempotency. Idempotency isn't currently supported, but will be implemented in a future update.

§
ComputationPreference: ComputationPreference
[src]

The preferences and settings that will be used to compute the Amazon Web Services charges for a billing group.

§
Description?: string | null
[src]

The description of the billing group.

§
Name: string
[src]

The billing group name. The names must be unique.

§
PrimaryAccountId?: string | null
[src]

The account ID that serves as the main account in a billing group.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

A map that contains tag keys and tag values that are attached to a billing group. This feature isn't available during the beta.