@csermet/multiprovider
Version:
cloud-graph provider plugin for AWS used to fetch AWS cloud data.
15 lines (14 loc) • 454 B
TypeScript
declare const _default: {
apiGatewayRestApi: string[];
route53HostedZone: string[];
emrCluster: string[];
ecsService: string[];
iamInstanceProfile: string[];
apiGatewayDomainName: string[];
};
/**
* Set relations between services to data sharing
* The key of the object represents the parent or base service,
* it might contain a array of dependant or childs that must be executed after the parent
*/
export default _default;