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

AttachedPolicy

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

Contains information about an attached policy.

An attached policy is a managed policy that has been attached to a user, group, or role. This data type is used as a response element in the "ListAttachedGroupPolicies", "ListAttachedRolePolicies", "ListAttachedUserPolicies", and "GetAccountAuthorizationDetails" operations.

For more information about managed policies, refer to Managed policies and inline policies in the IAM User Guide.

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

§Properties

§
PolicyArn?: string | null
[src]
§
PolicyName?: string | null
[src]

The friendly name of the attached policy.