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

CreateCostCategoryDefinitionRequest

import type { CreateCostCategoryDefinitionRequest } from "https://aws-api.deno.dev/v0.3/services/costexplorer.ts?docs=full";
interface CreateCostCategoryDefinitionRequest {
DefaultValue?: string | null;
Name: string;
SplitChargeRules?: CostCategorySplitChargeRule[] | null;
}

§Properties

§
DefaultValue?: string | null
[src]
§
Name: string
[src]
§

The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.

§
SplitChargeRules?: CostCategorySplitChargeRule[] | null
[src]

The split charge rules used to allocate your charges between your Cost Category values.