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

PolicyUsageType

import type { PolicyUsageType } from "https://aws-api.deno.dev/v0.4/services/iam.ts?docs=full";

The policy usage type that indicates whether the policy is used as a permissions policy or as the permissions boundary for an entity.

For more information about permissions boundaries, see Permissions boundaries for IAM identities in the IAM User Guide.

type PolicyUsageType = "PermissionsPolicy" | "PermissionsBoundary" | cmnP.UnexpectedEnumValue;

§Type

§
"PermissionsPolicy" | "PermissionsBoundary" | cmnP.UnexpectedEnumValue
[src]