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

UsageStatisticsFilter

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

Specifies a condition for filtering the results of a query for quota and usage data for one or more Amazon Macie accounts.

interface UsageStatisticsFilter {
comparator?: UsageStatisticsFilterComparator | null;
values?: string[] | null;
}

§Properties

§

The operator to use in the condition. If the value for the key property is accountId, this value must be CONTAINS. If the value for the key property is any other supported field, this value can be EQ, GT, GTE, LT, LTE, or NE.

§

The field to use in the condition.

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

An array that lists values to use in the condition, based on the value for the field specified by the key property. If the value for the key property is accountId, this array can specify multiple values. Otherwise, this array can specify only one value.

Valid values for each supported field are:

  • accountId - The unique identifier for an Amazon Web Services account.
  • freeTrialStartDate - The date and time, in UTC and extended ISO 8601 format, when the free trial started for an account.
  • serviceLimit - A Boolean (true or false) value that indicates whether an account has reached its monthly quota.
  • total - A string that represents the current estimated cost for an account.