public static interface CodeConfigurationValues.Builder extends SdkPojo, CopyableBuilder<CodeConfigurationValues.Builder,CodeConfigurationValues>
| Modifier and Type | Method and Description |
|---|---|
CodeConfigurationValues.Builder |
buildCommand(String buildCommand)
The command App Runner runs to build your application.
|
CodeConfigurationValues.Builder |
port(String port)
The port that your application listens to in the container.
|
CodeConfigurationValues.Builder |
runtime(Runtime runtime)
A runtime environment type for building and running an App Runner service.
|
CodeConfigurationValues.Builder |
runtime(String runtime)
A runtime environment type for building and running an App Runner service.
|
CodeConfigurationValues.Builder |
runtimeEnvironmentSecrets(Map<String,String> runtimeEnvironmentSecrets)
An array of key-value pairs representing the secrets and parameters that get referenced to your service as an
environment variable.
|
CodeConfigurationValues.Builder |
runtimeEnvironmentVariables(Map<String,String> runtimeEnvironmentVariables)
The environment variables that are available to your running App Runner service.
|
CodeConfigurationValues.Builder |
startCommand(String startCommand)
The command App Runner runs to start your application.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCodeConfigurationValues.Builder runtime(String runtime)
A runtime environment type for building and running an App Runner service. It represents a programming language runtime.
CodeConfigurationValues.Builder runtime(Runtime runtime)
A runtime environment type for building and running an App Runner service. It represents a programming language runtime.
CodeConfigurationValues.Builder buildCommand(String buildCommand)
The command App Runner runs to build your application.
buildCommand - The command App Runner runs to build your application.CodeConfigurationValues.Builder startCommand(String startCommand)
The command App Runner runs to start your application.
startCommand - The command App Runner runs to start your application.CodeConfigurationValues.Builder port(String port)
The port that your application listens to in the container.
Default: 8080
port - The port that your application listens to in the container.
Default: 8080
CodeConfigurationValues.Builder runtimeEnvironmentVariables(Map<String,String> runtimeEnvironmentVariables)
The environment variables that are available to your running App Runner service. An array of key-value pairs.
runtimeEnvironmentVariables - The environment variables that are available to your running App Runner service. An array of key-value
pairs.CodeConfigurationValues.Builder runtimeEnvironmentSecrets(Map<String,String> runtimeEnvironmentSecrets)
An array of key-value pairs representing the secrets and parameters that get referenced to your service as an environment variable. The supported values are either the full Amazon Resource Name (ARN) of the Secrets Manager secret or the full ARN of the parameter in the Amazon Web Services Systems Manager Parameter Store.
If the Amazon Web Services Systems Manager Parameter Store parameter exists in the same Amazon Web Services Region as the service that you're launching, you can use either the full ARN or name of the secret. If the parameter exists in a different Region, then the full ARN must be specified.
Currently, cross account referencing of Amazon Web Services Systems Manager Parameter Store parameter is not supported.
runtimeEnvironmentSecrets - An array of key-value pairs representing the secrets and parameters that get referenced to your
service as an environment variable. The supported values are either the full Amazon Resource Name
(ARN) of the Secrets Manager secret or the full ARN of the parameter in the Amazon Web Services
Systems Manager Parameter Store. If the Amazon Web Services Systems Manager Parameter Store parameter exists in the same Amazon Web Services Region as the service that you're launching, you can use either the full ARN or name of the secret. If the parameter exists in a different Region, then the full ARN must be specified.
Currently, cross account referencing of Amazon Web Services Systems Manager Parameter Store parameter is not supported.
Copyright © 2023. All rights reserved.