UNPKG

@cloud-copilot/iam-collect

Version:

Collect IAM information from AWS Accounts

7 lines 346 B
import { Indexer } from '../indexer.js'; interface PrincipalsToTrustPoliciesIndex { [key: string]: Partial<Record<'principal' | 'notprincipal', Record<string, string[]>>>; } export declare const IamPrincipalsToTrustPoliciesIndexer: Indexer<PrincipalsToTrustPoliciesIndex>; export {}; //# sourceMappingURL=iamPrincipalsToTrustPolicies.d.ts.map