UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

7 lines (6 loc) 242 B
import { InstanceType } from '../../../aws-ec2'; /** * This function check if the instanceType is GPU instance. * @param instanceType The EC2 instance type */ export declare function isGpuInstanceType(instanceType: InstanceType): boolean;