Interface CfnLaunchTemplatePropsMixin.NetworkPerformanceOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLaunchTemplatePropsMixin.NetworkPerformanceOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnLaunchTemplatePropsMixin
@Stability(Stable)
public static interface CfnLaunchTemplatePropsMixin.NetworkPerformanceOptionsProperty
extends software.amazon.jsii.JsiiSerializable
Contains settings for the network performance options for the instance.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.ec2.*;
NetworkPerformanceOptionsProperty networkPerformanceOptionsProperty = NetworkPerformanceOptionsProperty.builder()
.bandwidthWeighting("bandwidthWeighting")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnLaunchTemplatePropsMixin.NetworkPerformanceOptionsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBandwidthWeighting
Specify the bandwidth weighting option to boost the associated type of baseline bandwidth, as follows:.- default - This option uses the standard bandwidth configuration for your instance type.
- vpc-1 - This option boosts your networking baseline bandwidth and reduces your EBS baseline bandwidth.
- ebs-1 - This option boosts your EBS baseline bandwidth and reduces your networking baseline bandwidth.
- See Also:
-
builder
@Stability(Stable) static CfnLaunchTemplatePropsMixin.NetworkPerformanceOptionsProperty.Builder builder()
-