GetLaunchTemplateNetworkPerformanceOption constructor

const GetLaunchTemplateNetworkPerformanceOption({
  1. required Input<String> bandwidthWeighting,
})

Creates a new GetLaunchTemplateNetworkPerformanceOption. bandwidthWeighting Required.

Implementation

const GetLaunchTemplateNetworkPerformanceOption({
  required this.bandwidthWeighting,
});