Cpu
- class aws_cdk.aws_apprunner_alpha.Cpu(*args: Any, **kwargs)
- Bases: - object- (experimental) The number of CPU units reserved for each instance of your App Runner service. - Stability:
- experimental 
- ExampleMetadata:
- fixture=_generated 
 - Example: - # The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_apprunner_alpha as apprunner_alpha cpu = apprunner_alpha.Cpu.FOUR_VCPU - Attributes - FOUR_VCPU = <aws_cdk.aws_apprunner_alpha.Cpu object>
 - HALF_VCPU = <aws_cdk.aws_apprunner_alpha.Cpu object>
 - ONE_VCPU = <aws_cdk.aws_apprunner_alpha.Cpu object>
 - QUARTER_VCPU = <aws_cdk.aws_apprunner_alpha.Cpu object>
 - TWO_VCPU = <aws_cdk.aws_apprunner_alpha.Cpu object>
 - unit
- (experimental) The unit of CPU. - Stability:
- experimental 
 
 - Static Methods - classmethod of(unit)
- (experimental) Custom CPU unit. - Parameters:
- unit ( - str) – custom CPU unit.
- See:
- Stability:
- experimental 
- Return type: