LaunchTemplateElasticInferenceAcceleratorArgs

data class LaunchTemplateElasticInferenceAcceleratorArgs(val count: Output<Int>? = null, val type: Output<String>? = null) : ConvertibleToJava<LaunchTemplateElasticInferenceAcceleratorArgs>

Amazon Elastic Inference is no longer available. Specifies an elastic inference accelerator. `LaunchTemplateElasticInferenceAccelerator` is a property of AWS::EC2::LaunchTemplate LaunchTemplateData.

Constructors

constructor(count: Output<Int>? = null, type: Output<String>? = null)

Properties

Link copied to clipboard
val count: Output<Int>? = null

The number of elastic inference accelerators to attach to the instance. Default: 1

Link copied to clipboard
val type: Output<String>? = null

The type of elastic inference accelerator. The possible values are eia1.medium, eia1.large, and eia1.xlarge.

Functions

Link copied to clipboard
open override fun toJava(): LaunchTemplateElasticInferenceAcceleratorArgs