| Package | Description |
|---|---|
| software.amazon.awscdk.services.apprunner |
AWS::AppRunner Construct Library
|
| Modifier and Type | Field and Description |
|---|---|
static Cpu |
Cpu.ONE_VCPU
(experimental) 1 vCPU.
|
static Cpu |
Cpu.TWO_VCPU
(experimental) 2 vCPU.
|
| Modifier and Type | Method and Description |
|---|---|
default Cpu |
ServiceProps.getCpu()
(experimental) The number of CPU units reserved for each instance of your App Runner service.
|
Cpu |
ServiceProps.Jsii$Proxy.getCpu() |
static Cpu |
Cpu.of(String unit)
(experimental) Custom CPU unit.
|
| Modifier and Type | Method and Description |
|---|---|
Service.Builder |
Service.Builder.cpu(Cpu cpu)
(experimental) The number of CPU units reserved for each instance of your App Runner service.
|
ServiceProps.Builder |
ServiceProps.Builder.cpu(Cpu cpu)
Sets the value of
ServiceProps.getCpu() |
Copyright © 2022. All rights reserved.