@Stability(value=Stable) public static final class CfnService.CodeConfigurationValuesProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnService.CodeConfigurationValuesProperty>
CfnService.CodeConfigurationValuesProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnService.CodeConfigurationValuesProperty.Builder runtime(String runtime)
CfnService.CodeConfigurationValuesProperty.getRuntime()runtime - A runtime environment type for building and running an App Runner service. This parameter is required.
It represents a programming language runtime.this@Stability(value=Stable) public CfnService.CodeConfigurationValuesProperty.Builder buildCommand(String buildCommand)
CfnService.CodeConfigurationValuesProperty.getBuildCommand()buildCommand - The command App Runner runs to build your application.this@Stability(value=Stable) public CfnService.CodeConfigurationValuesProperty.Builder port(String port)
CfnService.CodeConfigurationValuesProperty.getPort()port - The port that your application listens to in the container.
Default: 8080this@Stability(value=Stable) public CfnService.CodeConfigurationValuesProperty.Builder runtimeEnvironmentVariables(IResolvable runtimeEnvironmentVariables)
runtimeEnvironmentVariables - The environment variables that are available to your running App Runner service.
An array of key-value pairs. Keys with a prefix of AWSAPPRUNNER are reserved for system use and aren't valid.this@Stability(value=Stable) public CfnService.CodeConfigurationValuesProperty.Builder runtimeEnvironmentVariables(List<? extends Object> runtimeEnvironmentVariables)
runtimeEnvironmentVariables - The environment variables that are available to your running App Runner service.
An array of key-value pairs. Keys with a prefix of AWSAPPRUNNER are reserved for system use and aren't valid.this@Stability(value=Stable) public CfnService.CodeConfigurationValuesProperty.Builder startCommand(String startCommand)
CfnService.CodeConfigurationValuesProperty.getStartCommand()startCommand - The command App Runner runs to start your application.this@Stability(value=Stable) public CfnService.CodeConfigurationValuesProperty build()
build in interface software.amazon.jsii.Builder<CfnService.CodeConfigurationValuesProperty>CfnService.CodeConfigurationValuesPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.