| Package | Description |
|---|---|
| software.amazon.awscdk.services.apprunner |
AWS::AppRunner Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
ServiceProps.Builder |
ServiceProps.Builder.accessRole(IRole accessRole)
Sets the value of
ServiceProps.getAccessRole() |
static ServiceProps.Builder |
ServiceProps.builder() |
ServiceProps.Builder |
ServiceProps.Builder.cpu(Cpu cpu)
Sets the value of
ServiceProps.getCpu() |
ServiceProps.Builder |
ServiceProps.Builder.instanceRole(IRole instanceRole)
Sets the value of
ServiceProps.getInstanceRole() |
ServiceProps.Builder |
ServiceProps.Builder.memory(Memory memory)
Sets the value of
ServiceProps.getMemory() |
ServiceProps.Builder |
ServiceProps.Builder.serviceName(String serviceName)
Sets the value of
ServiceProps.getServiceName() |
ServiceProps.Builder |
ServiceProps.Builder.source(Source source)
Sets the value of
ServiceProps.getSource() |
ServiceProps.Builder |
ServiceProps.Builder.vpcConnector(IVpcConnector vpcConnector)
Sets the value of
ServiceProps.getVpcConnector() |
| Constructor and Description |
|---|
Jsii$Proxy(ServiceProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
ServiceProps.Builder. |
Copyright © 2022. All rights reserved.