interface ElasticGpuSpecificationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.CfnLaunchTemplate.ElasticGpuSpecificationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnLaunchTemplate_ElasticGpuSpecificationProperty |
![]() | software.amazon.awscdk.services.ec2.CfnLaunchTemplate.ElasticGpuSpecificationProperty |
![]() | aws_cdk.aws_ec2.CfnLaunchTemplate.ElasticGpuSpecificationProperty |
![]() | aws-cdk-lib » aws_ec2 » CfnLaunchTemplate » ElasticGpuSpecificationProperty |
Amazon Elastic Graphics reached end of life on January 8, 2024.
For workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, G4dn, or G5 instances.
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
Name | Type | Description |
---|---|---|
type? | string | The type of Elastic Graphics accelerator. |
type?
Type:
string
(optional)
The type of Elastic Graphics accelerator.