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

CreateBillingGroupRequest

import type { CreateBillingGroupRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface CreateBillingGroupRequest {
billingGroupName: string;
billingGroupProperties?: BillingGroupProperties | null;
tags?: Tag[] | null;
}

§Properties

§
billingGroupName: string
[src]

The name you wish to give to the billing group.

§
billingGroupProperties?: BillingGroupProperties | null
[src]

The properties of the billing group.

§
tags?: Tag[] | null
[src]

Metadata which can be used to manage the billing group.