toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-apprunner
/
org.http4k.connect.amazon.apprunner.action
/
CodeConfigurationValues
Code
Configuration
Values
@
JsonSerializable
data
class
CodeConfigurationValues
(
val
BuildCommand
:
String
?
,
val
Port
:
String
?
,
val
Runtime
:
String
?
,
val
RuntimeEnvironmentSecrets
:
Map
<
String
,
String
>
,
val
RuntimeEnvironmentVariables
:
Map
<
String
,
String
>
,
val
StartCommand
:
String
?
)
Members
Constructors
Code
Configuration
Values
Link copied to clipboard
constructor
(
BuildCommand
:
String
?
,
Port
:
String
?
,
Runtime
:
String
?
,
RuntimeEnvironmentSecrets
:
Map
<
String
,
String
>
,
RuntimeEnvironmentVariables
:
Map
<
String
,
String
>
,
StartCommand
:
String
?
)
Properties
Build
Command
Link copied to clipboard
val
BuildCommand
:
String
?
Port
Link copied to clipboard
val
Port
:
String
?
Runtime
Link copied to clipboard
val
Runtime
:
String
?
Runtime
Environment
Secrets
Link copied to clipboard
val
RuntimeEnvironmentSecrets
:
Map
<
String
,
String
>
Runtime
Environment
Variables
Link copied to clipboard
val
RuntimeEnvironmentVariables
:
Map
<
String
,
String
>
Start
Command
Link copied to clipboard
val
StartCommand
:
String
?