EdgeContainerAppArgs

constructor(edgeContainerAppName: Output<String>? = null, healthCheckFailTimes: Output<Int>? = null, healthCheckHost: Output<String>? = null, healthCheckHttpCode: Output<String>? = null, healthCheckInterval: Output<Int>? = null, healthCheckMethod: Output<String>? = null, healthCheckPort: Output<Int>? = null, healthCheckSuccTimes: Output<Int>? = null, healthCheckTimeout: Output<Int>? = null, healthCheckType: Output<String>? = null, healthCheckUri: Output<String>? = null, remarks: Output<String>? = null, servicePort: Output<Int>? = null, targetPort: Output<Int>? = null)