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

PolicyRole

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

Contains information about a role that a managed policy is attached to.

This data type is used as a response element in the "ListEntitiesForPolicy" operation.

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

interface PolicyRole {
RoleId?: string | null;
RoleName?: string | null;
}

§Properties

§
RoleId?: string | null
[src]

The stable and unique string identifying the role. For more information about IDs, see IAM identifiers in the IAM User Guide.

§
RoleName?: string | null
[src]

The name (friendly name, not ARN) identifying the role.