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

AccessLevelFilter

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

The access level to use to filter results.

interface AccessLevelFilter {
Key?: AccessLevelFilterKey | null;
Value?: string | null;
}

§Properties

§

The access level.

  • Account - Filter results based on the account.
  • Role - Filter results based on the federated role of the specified user.
  • User - Filter results based on the specified user.
§
Value?: string | null
[src]

The user to which the access level applies. The only supported value is Self.