Module: AWSCDK::EC2::BurstablePerformance
- Defined in:
- ec2/burstable_performance.rb
Overview
Burstable CPU performance requirements for EC2 instances.
Controls whether selected instance types must, may, or must not support burstable vCPU performance (e.g., T3, T4g families).
Constant Summary collapse
- INCLUDED =
Deprecated.Note:
Default:
Burstable-performance instance types are allowed, but non-burstable types may also be selected.
Jsii::Enum.new("aws-cdk-lib.aws_ec2.BurstablePerformance", "INCLUDED")
- REQUIRED =
Deprecated.Note:
Default:
Only burstable-performance instance types are allowed.
Non-burstable types will be excluded from selection.
Jsii::Enum.new("aws-cdk-lib.aws_ec2.BurstablePerformance", "REQUIRED")
- EXCLUDED =
Deprecated.Note:
Default:
Burstable-performance instance types are disallowed.
Only non-burstable types may be selected.
Jsii::Enum.new("aws-cdk-lib.aws_ec2.BurstablePerformance", "EXCLUDED")