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.4/services/costexplorer.ts?docs=full";

The combination of Amazon Web Service, linked account, linked account name, Region, and usage type where a cost anomaly is observed. The linked account name will only be available when the account name can be identified.

interface RootCause {
LinkedAccount?: string | null;
LinkedAccountName?: 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.

§
LinkedAccountName?: string | null
[src]

The member account name 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 Service name that's associated with the cost anomaly.

§
UsageType?: string | null
[src]

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