Class CfnLaunchTemplate.LaunchTemplateElasticInferenceAcceleratorProperty
Amazon Elastic Inference is no longer available.
Inheritance
System.Object
CfnLaunchTemplate.LaunchTemplateElasticInferenceAcceleratorProperty
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class LaunchTemplateElasticInferenceAcceleratorProperty : Object, CfnLaunchTemplate.ILaunchTemplateElasticInferenceAcceleratorProperty
Syntax (vb)
Public Class LaunchTemplateElasticInferenceAcceleratorProperty
Inherits Object
Implements CfnLaunchTemplate.ILaunchTemplateElasticInferenceAcceleratorProperty
Remarks
Specifies an elastic inference accelerator.
LaunchTemplateElasticInferenceAccelerator
is a property of AWS::EC2::LaunchTemplate LaunchTemplateData .
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 launchTemplateElasticInferenceAcceleratorProperty = new LaunchTemplateElasticInferenceAcceleratorProperty {
Count = 123,
Type = "type"
};
Synopsis
Constructors
LaunchTemplateElasticInferenceAcceleratorProperty() |
Properties
Count | The number of elastic inference accelerators to attach to the instance. |
Type | The type of elastic inference accelerator. |
Constructors
LaunchTemplateElasticInferenceAcceleratorProperty()
public LaunchTemplateElasticInferenceAcceleratorProperty()
Properties
Count
The number of elastic inference accelerators to attach to the instance.
public Nullable<double> Count { get; set; }
Property Value
System.Nullable<System.Double>
Remarks
Type
The type of elastic inference accelerator.
public string Type { get; set; }
Property Value
System.String
Remarks
The possible values are eia1.medium, eia1.large, and eia1.xlarge.