aws-cdk-lib.aws_ec2.CfnLaunchTemplate.ElasticGpuSpecificationProperty

interface ElasticGpuSpecificationProperty

LanguageType name
.NETAmazon.CDK.AWS.EC2.CfnLaunchTemplate.ElasticGpuSpecificationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnLaunchTemplate_ElasticGpuSpecificationProperty
Javasoftware.amazon.awscdk.services.ec2.CfnLaunchTemplate.ElasticGpuSpecificationProperty
Pythonaws_cdk.aws_ec2.CfnLaunchTemplate.ElasticGpuSpecificationProperty
TypeScript aws-cdk-lib » aws_ec2 » CfnLaunchTemplate » ElasticGpuSpecificationProperty

Specifies a specification for an Elastic GPU for an Amazon EC2 launch template.

ElasticGpuSpecification is a property of AWS::EC2::LaunchTemplate LaunchTemplateData .

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ec2 as ec2 } from 'aws-cdk-lib';
const elasticGpuSpecificationProperty: ec2.CfnLaunchTemplate.ElasticGpuSpecificationProperty = {
  type: 'type',
};

Properties

NameTypeDescription
type?stringThe type of Elastic Graphics accelerator.

type?

Type: string (optional)

The type of Elastic Graphics accelerator.

For more information about the values to specify for Type , see Elastic Graphics Basics , specifically the Elastic Graphics accelerator column, in the Amazon Elastic Compute Cloud User Guide for Windows Instances .