UNPKG

@csermet/multiprovider

Version:

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

8 lines (7 loc) 213 B
export declare const endpoint: string; export declare const credentials: { accessKeyId: string; secretAccessKey: string; }; export declare const account: string; export declare const region = "us-east-1";