Service Source Configuration Code Repository Code Configuration Code Configuration Values Args
data class ServiceSourceConfigurationCodeRepositoryCodeConfigurationCodeConfigurationValuesArgs(val buildCommand: Output<String>? = null, val port: Output<String>? = null, val runtime: Output<String>, val runtimeEnvironmentSecrets: Output<Map<String, String>>? = null, val runtimeEnvironmentVariables: Output<Map<String, String>>? = null, val startCommand: Output<String>? = null) : ConvertibleToJava<ServiceSourceConfigurationCodeRepositoryCodeConfigurationCodeConfigurationValuesArgs>
Constructors
Link copied to clipboard
fun ServiceSourceConfigurationCodeRepositoryCodeConfigurationCodeConfigurationValuesArgs(buildCommand: Output<String>? = null, port: Output<String>? = null, runtime: Output<String>, runtimeEnvironmentSecrets: Output<Map<String, String>>? = null, runtimeEnvironmentVariables: Output<Map<String, String>>? = null, startCommand: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Secrets and parameters available to your service as environment variables. A map of key/value pairs, where the key is the desired name of the Secret in the environment (i.e. it does not have to match the name of the secret in Secrets Manager or SSM Parameter Store), and the value is the ARN of the secret from AWS Secrets Manager or the ARN of the parameter in AWS SSM Parameter Store.
Link copied to clipboard