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

ListSecurityProfilesForTargetRequest

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

§Properties

§
maxResults?: number | null
[src]

The maximum number of results to return at one time.

§
nextToken?: string | null
[src]

The token for the next set of results.

§
recursive?: boolean | null
[src]

If true, return child groups too.

§
securityProfileTargetArn: string
[src]

The ARN of the target (thing group) whose attached security profiles you want to get.