AutoScalingGroupNetworkBandwidthGbpsRequestArgs

data class AutoScalingGroupNetworkBandwidthGbpsRequestArgs(val max: Output<Double>? = null, val min: Output<Double>? = null) : ConvertibleToJava<AutoScalingGroupNetworkBandwidthGbpsRequestArgs>

`NetworkBandwidthGbpsRequest` is a property of the `InstanceRequirements` property of the AWS::AutoScaling::AutoScalingGroup LaunchTemplateOverrides property type that describes the minimum and maximum network bandwidth for an instance type, in Gbps. Setting the minimum bandwidth does not guarantee that your instance will achieve the minimum bandwidth. Amazon EC2 will identify instance types that support the specified minimum bandwidth, but the actual bandwidth of your instance might go below the specified minimum at times. For more information, see Available instance bandwidth in the Amazon EC2 User Guide for Linux Instances.

Constructors

constructor(max: Output<Double>? = null, min: Output<Double>? = null)

Properties

Link copied to clipboard
val max: Output<Double>? = null

The maximum amount of network bandwidth, in gigabits per second (Gbps).

Link copied to clipboard
val min: Output<Double>? = null

The minimum amount of network bandwidth, in gigabits per second (Gbps).

Functions

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