Class CfnLaunchTemplatePropsMixin.ElasticGpuSpecificationProperty
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.EC2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnLaunchTemplatePropsMixin.ElasticGpuSpecificationProperty : CfnLaunchTemplatePropsMixin.IElasticGpuSpecificationProperty
Syntax (vb)
Public Class CfnLaunchTemplatePropsMixin.ElasticGpuSpecificationProperty Implements CfnLaunchTemplatePropsMixin.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.Mixins.Preview.AWS.EC2.Mixins;
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.Mixins.Preview.AWS.EC2.Mixins;
var elasticGpuSpecificationProperty = new ElasticGpuSpecificationProperty {
Type = "type"
};
Properties
Type
public string? Type { get; set; }