Class CfnLaunchTemplate.ElasticGpuSpecificationProperty
Inherited Members
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnLaunchTemplate.ElasticGpuSpecificationProperty : CfnLaunchTemplate.IElasticGpuSpecificationProperty
Syntax (vb)
Public Class CfnLaunchTemplate.ElasticGpuSpecificationProperty Implements CfnLaunchTemplate.IElasticGpuSpecificationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.EC2;
var elasticGpuSpecificationProperty = new ElasticGpuSpecificationProperty {
Type = "type"
};
Synopsis
Constructors
| ElasticGpuSpecificationProperty() |
Properties
| Type |
Constructors
ElasticGpuSpecificationProperty()
public ElasticGpuSpecificationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.EC2;
var elasticGpuSpecificationProperty = new ElasticGpuSpecificationProperty {
Type = "type"
};
Properties
Type
public string? Type { get; set; }