UNPKG

@csermet/multiprovider

Version:

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

4 lines (3 loc) 182 B
import { Tag } from 'aws-sdk/clients/ec2'; export declare const getEksClusterName: (tags?: Tag[]) => string; export declare const getElasticBeanstalkEnvId: (tags?: Tag[]) => string;