UNPKG

aws-iam-policy-tool

Version:
10 lines (9 loc) 286 B
import { RoleDocument, RoleNode } from "../role"; import { IAM } from 'aws-sdk'; export declare class RoleEntry { name: string; Role: RoleNode; AttachedPolicies: IAM.AttachedPolicy[]; constructor(name: string, document: RoleDocument); readonly isEc2Role: boolean; }