AutoScalingGroupInstanceRequirementsArgs

data class AutoScalingGroupInstanceRequirementsArgs(val acceleratorCount: Output<AutoScalingGroupAcceleratorCountRequestArgs>? = null, val acceleratorManufacturers: Output<List<String>>? = null, val acceleratorNames: Output<List<String>>? = null, val acceleratorTotalMemoryMiB: Output<AutoScalingGroupAcceleratorTotalMemoryMiBRequestArgs>? = null, val acceleratorTypes: Output<List<String>>? = null, val allowedInstanceTypes: Output<List<String>>? = null, val bareMetal: Output<String>? = null, val baselineEbsBandwidthMbps: Output<AutoScalingGroupBaselineEbsBandwidthMbpsRequestArgs>? = null, val burstablePerformance: Output<String>? = null, val cpuManufacturers: Output<List<String>>? = null, val excludedInstanceTypes: Output<List<String>>? = null, val instanceGenerations: Output<List<String>>? = null, val localStorage: Output<String>? = null, val localStorageTypes: Output<List<String>>? = null, val memoryGiBPerVCpu: Output<AutoScalingGroupMemoryGiBPerVCpuRequestArgs>? = null, val memoryMiB: Output<AutoScalingGroupMemoryMiBRequestArgs>? = null, val networkBandwidthGbps: Output<AutoScalingGroupNetworkBandwidthGbpsRequestArgs>? = null, val networkInterfaceCount: Output<AutoScalingGroupNetworkInterfaceCountRequestArgs>? = null, val onDemandMaxPricePercentageOverLowestPrice: Output<Int>? = null, val requireHibernateSupport: Output<Boolean>? = null, val spotMaxPricePercentageOverLowestPrice: Output<Int>? = null, val totalLocalStorageGb: Output<AutoScalingGroupTotalLocalStorageGbRequestArgs>? = null, val vCpuCount: Output<AutoScalingGroupVCpuCountRequestArgs>? = null) : ConvertibleToJava<AutoScalingGroupInstanceRequirementsArgs>

Constructors

Link copied to clipboard
fun AutoScalingGroupInstanceRequirementsArgs(acceleratorCount: Output<AutoScalingGroupAcceleratorCountRequestArgs>? = null, acceleratorManufacturers: Output<List<String>>? = null, acceleratorNames: Output<List<String>>? = null, acceleratorTotalMemoryMiB: Output<AutoScalingGroupAcceleratorTotalMemoryMiBRequestArgs>? = null, acceleratorTypes: Output<List<String>>? = null, allowedInstanceTypes: Output<List<String>>? = null, bareMetal: Output<String>? = null, baselineEbsBandwidthMbps: Output<AutoScalingGroupBaselineEbsBandwidthMbpsRequestArgs>? = null, burstablePerformance: Output<String>? = null, cpuManufacturers: Output<List<String>>? = null, excludedInstanceTypes: Output<List<String>>? = null, instanceGenerations: Output<List<String>>? = null, localStorage: Output<String>? = null, localStorageTypes: Output<List<String>>? = null, memoryGiBPerVCpu: Output<AutoScalingGroupMemoryGiBPerVCpuRequestArgs>? = null, memoryMiB: Output<AutoScalingGroupMemoryMiBRequestArgs>? = null, networkBandwidthGbps: Output<AutoScalingGroupNetworkBandwidthGbpsRequestArgs>? = null, networkInterfaceCount: Output<AutoScalingGroupNetworkInterfaceCountRequestArgs>? = null, onDemandMaxPricePercentageOverLowestPrice: Output<Int>? = null, requireHibernateSupport: Output<Boolean>? = null, spotMaxPricePercentageOverLowestPrice: Output<Int>? = null, totalLocalStorageGb: Output<AutoScalingGroupTotalLocalStorageGbRequestArgs>? = null, vCpuCount: Output<AutoScalingGroupVCpuCountRequestArgs>? = null)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val acceleratorManufacturers: Output<List<String>>? = null
Link copied to clipboard
val acceleratorNames: Output<List<String>>? = null
Link copied to clipboard
val acceleratorTypes: Output<List<String>>? = null
Link copied to clipboard
val allowedInstanceTypes: Output<List<String>>? = null
Link copied to clipboard
val bareMetal: Output<String>? = null
Link copied to clipboard
val burstablePerformance: Output<String>? = null
Link copied to clipboard
val cpuManufacturers: Output<List<String>>? = null
Link copied to clipboard
val excludedInstanceTypes: Output<List<String>>? = null
Link copied to clipboard
val instanceGenerations: Output<List<String>>? = null
Link copied to clipboard
val localStorage: Output<String>? = null
Link copied to clipboard
val localStorageTypes: Output<List<String>>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val requireHibernateSupport: Output<Boolean>? = null
Link copied to clipboard