interface NetworkPerformanceOptionsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.CfnLaunchTemplate.NetworkPerformanceOptionsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnLaunchTemplate_NetworkPerformanceOptionsProperty |
![]() | software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkPerformanceOptionsProperty |
![]() | aws_cdk.aws_ec2.CfnLaunchTemplate.NetworkPerformanceOptionsProperty |
![]() | aws-cdk-lib » aws_ec2 » CfnLaunchTemplate » NetworkPerformanceOptionsProperty |
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 { aws_ec2 as ec2 } from 'aws-cdk-lib';
const networkPerformanceOptionsProperty: ec2.CfnLaunchTemplate.NetworkPerformanceOptionsProperty = {
bandwidthWeighting: 'bandwidthWeighting',
};
Properties
Name | Type | Description |
---|---|---|
bandwidth | string | Specify the bandwidth weighting option to boost the associated type of baseline bandwidth, as follows:. |
bandwidthWeighting?
Type:
string
(optional)
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.