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

CostCategory

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

The structure of Cost Categories. This includes detailed metadata and the set of rules for the CostCategory object.

interface CostCategory {
CostCategoryArn: string;
DefaultValue?: string | null;
EffectiveEnd?: string | null;
EffectiveStart: string;
Name: string;
ProcessingStatus?: CostCategoryProcessingStatus[] | null;
SplitChargeRules?: CostCategorySplitChargeRule[] | null;
}

§Properties

§
CostCategoryArn: string
[src]

The unique identifier for your Cost Category.

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

The effective end date of your Cost Category.

§
EffectiveStart: string
[src]

The effective start date of your Cost Category.

§
Name: string
[src]
§
ProcessingStatus?: CostCategoryProcessingStatus[] | null
[src]

The list of processing statuses for Cost Management products for a specific cost category.

§

The rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.

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

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