UNPKG

@csermet/multiprovider

Version:

cloud-graph provider plugin for AWS used to fetch AWS cloud data.

22 lines (21 loc) 522 B
import { UserPoolType } from 'aws-sdk/clients/cognitoidentityserviceprovider'; import { ServiceConnection } from '@cloudgraph/sdk'; declare const _default: ({ service: userPool, data, region, account, }: { account: string; data: { name: string; data: { [property: string]: any[]; }; }[]; service: UserPoolType & { region: string; }; region: string; }) => { [key: string]: ServiceConnection[]; }; /** * Cognito User Pool */ export default _default;