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

RootCause

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

The combination of Amazon Web Services service, linked account, Region, and usage type where a cost anomaly is observed.

interface RootCause {
LinkedAccount?: string | null;
Region?: string | null;
Service?: string | null;
UsageType?: string | null;
}

§Properties

§
LinkedAccount?: string | null
[src]

The member account value that's associated with the cost anomaly.

§
Region?: string | null
[src]

The Amazon Web Services Region that's associated with the cost anomaly.

§
Service?: string | null
[src]

The Amazon Web Services service name that's associated with the cost anomaly.

§
UsageType?: string | null
[src]

The UsageType value that's associated with the cost anomaly.