public static interface CfnLaunchTemplate.ElasticGpuSpecificationProperty
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 software.amazon.awscdk.services.ec2.*; ElasticGpuSpecificationProperty elasticGpuSpecificationProperty = ElasticGpuSpecificationProperty.builder() .type("type") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnLaunchTemplate.ElasticGpuSpecificationProperty.Builder
A builder for
CfnLaunchTemplate.ElasticGpuSpecificationProperty |
static class |
CfnLaunchTemplate.ElasticGpuSpecificationProperty.Jsii$Proxy
An implementation for
CfnLaunchTemplate.ElasticGpuSpecificationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnLaunchTemplate.ElasticGpuSpecificationProperty.Builder |
builder() |
default java.lang.String |
getType()
The type of Elastic Graphics accelerator.
|
default java.lang.String getType()
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 .
static CfnLaunchTemplate.ElasticGpuSpecificationProperty.Builder builder()