GetLaunchTemplateNetworkPerformanceOption constructor
const
GetLaunchTemplateNetworkPerformanceOption({
- required Input<
String> bandwidthWeighting,
Creates a new GetLaunchTemplateNetworkPerformanceOption.
bandwidthWeighting Required.
Implementation
const GetLaunchTemplateNetworkPerformanceOption({
required this.bandwidthWeighting,
});