LaunchTemplateNetworkPerformanceOptions constructor
const
LaunchTemplateNetworkPerformanceOptions({
- Input<
String?> ? bandwidthWeighting,
Creates a new LaunchTemplateNetworkPerformanceOptions.
bandwidthWeighting Specify the bandwidth weighting option to boost the associated type of baseline bandwidth. Valid values: default, vpc-1, ebs-1. Default value is default. Setting vpc-1 boosts networking baseline bandwidth and reduces EBS baseline bandwidth. Setting ebs-1 boosts EBS baseline bandwidth and reduces networking baseline bandwidth. Only supported on select instance types. See AWS Documentation for more information.
Implementation
const LaunchTemplateNetworkPerformanceOptions({
this.bandwidthWeighting,
});