UNPKG

@cloud-copilot/iam-collect

Version:

Collect IAM information from AWS Accounts

16 lines 395 B
import { type Indexer } from '../indexer.js'; export interface VpcIndex { vpcs: Record<string, { arn: string; endpoints: { id: string; service: string; }[]; }>; endpoints: Record<string, { arn: string; vpc: string; }>; } export declare const VpcEndpointIndexer: Indexer<VpcIndex>; //# sourceMappingURL=vpcs.d.ts.map