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

CostCategoryReference

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

A reference to a Cost Category containing only enough information to identify the Cost Category.

You can use this information to retrieve the full Cost Category information using DescribeCostCategory.

interface CostCategoryReference {
CostCategoryArn?: string | null;
DefaultValue?: string | null;
EffectiveEnd?: string | null;
EffectiveStart?: string | null;
Name?: string | null;
NumberOfRules?: number | null;
ProcessingStatus?: CostCategoryProcessingStatus[] | null;
Values?: string[] | null;
}

§Properties

§
CostCategoryArn?: string | null
[src]

The unique identifier for your Cost Category.

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

The Cost Category's effective end date.

§
EffectiveStart?: string | null
[src]

The Cost Category's effective start date.

§
Name?: string | null
[src]
§
NumberOfRules?: number | null
[src]

The number of rules that are associated with a specific Cost Category.

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

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

§
Values?: string[] | null
[src]

A list of unique cost category values in a specific cost category.