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

AwsIamAttachedManagedPolicy

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

A managed policy that is attached to an IAM principal.

interface AwsIamAttachedManagedPolicy {
PolicyArn?: string | null;
PolicyName?: string | null;
}

§Properties

§
PolicyArn?: string | null
[src]

The ARN of the policy.

§
PolicyName?: string | null
[src]

The name of the policy.