Canary Run Config Args
data class CanaryRunConfigArgs(val activeTracing: Output<Boolean>? = null, val environmentVariables: Output<Map<String, String>>? = null, val memoryInMb: Output<Int>? = null, val timeoutInSeconds: Output<Int>? = null) : ConvertibleToJava<CanaryRunConfigArgs>
Constructors
Functions
Properties
Link copied to clipboard
Map of environment variables that are accessible from the canary during execution. Please see AWS Docs for variables reserved for Lambda.