@Stability(value=Stable)
public static interface CfnLaunchTemplate.ElasticGpuSpecificationProperty
extends software.amazon.jsii.JsiiSerializable
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 String |
getType()
The type of Elastic Graphics accelerator.
|
@Stability(value=Stable) @Nullable default 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 .
@Stability(value=Stable) static CfnLaunchTemplate.ElasticGpuSpecificationProperty.Builder builder()
Copyright © 2022. All rights reserved.