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

AwsIamPermissionsBoundary

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

Information about the policy used to set the permissions boundary for an IAM principal.

interface AwsIamPermissionsBoundary {
PermissionsBoundaryArn?: string | null;
PermissionsBoundaryType?: string | null;
}

§Properties

§
PermissionsBoundaryArn?: string | null
[src]

The ARN of the policy used to set the permissions boundary.

§
PermissionsBoundaryType?: string | null
[src]

The usage type for the permissions boundary.