Eci Scaling Configuration Container Args
constructor(args: Output<List<String>>? = null, commands: Output<List<String>>? = null, cpu: Output<Double>? = null, environmentVars: Output<List<EciScalingConfigurationContainerEnvironmentVarArgs>>? = null, gpu: Output<Int>? = null, image: Output<String>? = null, imagePullPolicy: Output<String>? = null, lifecyclePreStopHandlerExecs: Output<List<String>>? = null, livenessProbeExecCommands: Output<List<String>>? = null, livenessProbeFailureThreshold: Output<Int>? = null, livenessProbeHttpGetPath: Output<String>? = null, livenessProbeHttpGetPort: Output<Int>? = null, livenessProbeHttpGetScheme: Output<String>? = null, livenessProbeInitialDelaySeconds: Output<Int>? = null, livenessProbePeriodSeconds: Output<Int>? = null, livenessProbeSuccessThreshold: Output<Int>? = null, livenessProbeTcpSocketPort: Output<Int>? = null, livenessProbeTimeoutSeconds: Output<Int>? = null, memory: Output<Double>? = null, name: Output<String>? = null, ports: Output<List<EciScalingConfigurationContainerPortArgs>>? = null, readinessProbeExecCommands: Output<List<String>>? = null, readinessProbeFailureThreshold: Output<Int>? = null, readinessProbeHttpGetPath: Output<String>? = null, readinessProbeHttpGetPort: Output<Int>? = null, readinessProbeHttpGetScheme: Output<String>? = null, readinessProbeInitialDelaySeconds: Output<Int>? = null, readinessProbePeriodSeconds: Output<Int>? = null, readinessProbeSuccessThreshold: Output<Int>? = null, readinessProbeTcpSocketPort: Output<Int>? = null, readinessProbeTimeoutSeconds: Output<Int>? = null, securityContextCapabilityAdds: Output<List<String>>? = null, securityContextReadOnlyRootFileSystem: Output<Boolean>? = null, securityContextRunAsUser: Output<Int>? = null, stdin: Output<Boolean>? = null, tty: Output<Boolean>? = null, volumeMounts: Output<List<EciScalingConfigurationContainerVolumeMountArgs>>? = null, workingDir: Output<String>? = null)