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

UsageByAccount

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

Provides data for a specific usage metric and the corresponding quota for an Amazon Macie account.

interface UsageByAccount {
currency?: Currency | null;
estimatedCost?: string | null;
serviceLimit?: ServiceLimit | null;
type?: UsageType | null;
}

§Properties

§
currency?: Currency | null
[src]

The type of currency that the value for the metric (estimatedCost) is reported in.

§
estimatedCost?: string | null
[src]

The estimated value for the metric.

§
serviceLimit?: ServiceLimit | null
[src]

The current value for the quota that corresponds to the metric specified by the type field.

§
type?: UsageType | null
[src]

The name of the metric. Possible values are: DATA_INVENTORY_EVALUATION, for monitoring S3 buckets; and, SENSITIVE_DATA_DISCOVERY, for analyzing S3 objects to detect sensitive data.