@csermet/multiprovider
Version:
cloud-graph provider plugin for AWS used to fetch AWS cloud data.
12 lines (11 loc) • 311 B
TypeScript
import { AwsIamRole } from '../../types/generated';
import { RawAwsInstanceProfile } from './data';
declare const _default: ({ service: rawData, account, }: {
service: RawAwsInstanceProfile;
account: string;
region: string;
}) => AwsIamRole;
/**
* IAM Instance Profile
*/
export default _default;