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

ListSecurityProfilesRequest

import type { ListSecurityProfilesRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface ListSecurityProfilesRequest {
dimensionName?: string | null;
maxResults?: number | null;
metricName?: string | null;
nextToken?: string | null;
}

§Properties

§
dimensionName?: string | null
[src]

A filter to limit results to the security profiles that use the defined dimension. Cannot be used with metricName

§
maxResults?: number | null
[src]

The maximum number of results to return at one time.

§
metricName?: string | null
[src]

The name of the custom metric. Cannot be used with dimensionName.

§
nextToken?: string | null
[src]

The token for the next set of results.