network Bandwidth Gbps
suspend fun networkBandwidthGbps(value: Output<LaunchTemplateInstanceRequirementsNetworkBandwidthGbpsArgs>)
suspend fun networkBandwidthGbps(value: LaunchTemplateInstanceRequirementsNetworkBandwidthGbpsArgs?)
Parameters
value
Block describing the minimum and maximum amount of network bandwidth, in gigabits per second (Gbps). Default is no minimum or maximum.
suspend fun networkBandwidthGbps(argument: suspend LaunchTemplateInstanceRequirementsNetworkBandwidthGbpsArgsBuilder.() -> Unit)
Parameters
argument
Block describing the minimum and maximum amount of network bandwidth, in gigabits per second (Gbps). Default is no minimum or maximum.